Manual calculation
-
Hi have the following drop down:
Select Quantity: (slug=quantity)
label: value: calculated value:
100 100 350
200 200 350
300 300 350
400 400 350I then have radio boxes for:
Select packaging style (slug=style)
[ ] label: standard value: 0.00
[ ] label: premium value: 2.00
[ ] label: luxury value: 5.00If the user selects premium or luxury packaging, I want the calculation to be,
Quantity (from drop down) x style
When using the following manual calculation they do not work:
Either:
%quantity:label% * %style%or
%quantity:value% * %style%
However using:
%quantity% * %style%
does work, but then does not give me the answer I require.
What am I doing wrong please?
many thanks,
The topic ‘Manual calculation’ is closed to new replies.