Hi,
Can anyone offer some advice on a seemingly simple problem.
I have 15 products (shampoos/conditioners) which are all available in 3 sizes (500ml, 2L, 4L). Rather than cluttering up the screen, with 60 individual products, I've opted to utilise a component, attribute and choice combination to keep this number to a sensible 15. Customers are able to pick which size they want from a drop-down list, with each list entry linking to the associated 'hidden' product record.
At present the drop-down list only displays size information as defined using the choice headings. However, I would like this information to include the associated product prices.
I realise I can simply type this information along side the choice heading, but this will generate much more work in future if prices should change. Therefore, I need to know if theres a segment of HTML code which can be used to extract the price from a specified product record and display it in a drop-down list entry.
According to the Actinic help system, it is possible to embed HTML in this way, I just need to know what the necessary code is likely to be.
If any one can assist me here, I'd really appreciate it.
Thanks in advance.
Kevin Simpson
Can anyone offer some advice on a seemingly simple problem.
I have 15 products (shampoos/conditioners) which are all available in 3 sizes (500ml, 2L, 4L). Rather than cluttering up the screen, with 60 individual products, I've opted to utilise a component, attribute and choice combination to keep this number to a sensible 15. Customers are able to pick which size they want from a drop-down list, with each list entry linking to the associated 'hidden' product record.
At present the drop-down list only displays size information as defined using the choice headings. However, I would like this information to include the associated product prices.
I realise I can simply type this information along side the choice heading, but this will generate much more work in future if prices should change. Therefore, I need to know if theres a segment of HTML code which can be used to extract the price from a specified product record and display it in a drop-down list entry.
According to the Actinic help system, it is possible to embed HTML in this way, I just need to know what the necessary code is likely to be.
If any one can assist me here, I'd really appreciate it.
Thanks in advance.
Kevin Simpson
Comment