Would it be possible (in a future Actinic 8 release) to allow choices to have their own properties?
For example, if I have a product....say a 'packet of nodgers' that is available in two different sizes, 'big nodgers' and 'small nodgers'. A packet of big nodgers contains 10 (Note that this is a packet of big nodgers and not a big packet of nodgers) and a packet of small nodgers contains 20. I'd like to be able to add a variable NumberOfNodgersPerPack and set it for each choice.
My current workaround is to use html (in the HTML for name box in the choice settings) to set the quantity as follows:
!!<Large</td><td>Quantity 10>!!
!!<Small</td><td>Quantity 20>!!
(Note that the layout already contains the first set of open and close tags for the table cell.)
This manually adds another column for quantity to the table but its messy, long winded and a nightmare to maintain/update.
If variables were settable on choices I could code this to use a variable and clean it up considerably.
Dave
For example, if I have a product....say a 'packet of nodgers' that is available in two different sizes, 'big nodgers' and 'small nodgers'. A packet of big nodgers contains 10 (Note that this is a packet of big nodgers and not a big packet of nodgers) and a packet of small nodgers contains 20. I'd like to be able to add a variable NumberOfNodgersPerPack and set it for each choice.
My current workaround is to use html (in the HTML for name box in the choice settings) to set the quantity as follows:
!!<Large</td><td>Quantity 10>!!
!!<Small</td><td>Quantity 20>!!
(Note that the layout already contains the first set of open and close tags for the table cell.)
This manually adds another column for quantity to the table but its messy, long winded and a nightmare to maintain/update.
If variables were settable on choices I could code this to use a variable and clean it up considerably.
Dave
Comment