How does this work for Product drop downs? I have:
1'|1|$21.95
2'|2|$43.90
This goes up to 21' feet.
I have two other drop downs that need to calculate based on their first selection.
Support Brackets
Joining Couplers
I thought I could use a Product calculation and just multiply. When I use {merg tag name:1} it shows the price. When I use {merge tag name:1:value} it still shows the price and not the value number. So I can't take the length value and divide by 2 and then times it by $8.50.
What I would like to do is pre-populate the second and third drop downs with the corresponding length.
Support bracket pricing is based on 1 bracket for every 2 feet in length.
1'|1|$8.50
2'|2|$8.50
3|3|$16.50
4|4|$16.50
etc.
Couplers are based on 1 coupler for every 7 feet in length.
1'|1|$16.50
2'|2|$16.50
...
8|8|$33.00
9|9|$33.00
etc.
So if they select 8' feet in drop down 1 I want 8' to be selected automatically in the second two product drop downs.
How do I accomplish this? I have spend many hours trying to find informative docs on how to use merge tags and pre-populate fields. It seems everything is based on pre-popping from page meta info or passing values from one page to another, etc.
Posted 11 years ago on Friday June 14, 2013 |
Permalink