Thank you so much. Incredible support for a free plugin. That works great now.
I’ve now encountered a new problem. In price calculation, I chose “Price Add-ons”. I want it to be:
if {multi_cb} == 1, add {number_field_1} * 100
if {multi_cb} == 2, add {number_field_2} * 185
if {multi_cb} == 3, add {number_field_3} * 220
but doing this doesn’t work and i get the following message on the product screen:
“Total Variable “multi_cb” is not valid around position 1 for expression “multi_cb == 1”. Did you mean “number_field_1″?”
It does work if my conditional checks if the number fields are >= 1 but the problem there is they have a minimum value of 1, so if the checkbox is selected, it would add the price, but if it was then deselected, it becomes invisible but the price doesn’t go back to 0, so it only works properly if the price is only set to be added IF the relevant checkbox is checked in the multi checkbox.
-
This reply was modified 2 years, 4 months ago by castria.
-
This reply was modified 2 years, 4 months ago by castria.
-
This reply was modified 2 years, 4 months ago by castria.
-
This reply was modified 2 years, 4 months ago by castria.