andy008
Posts: 1
|
| Posted: 11/07/2007, 2:53 AM |
|
I have a GRID display products. Each product has size variants, unique to that product.
For example:-
Widget A --- Large, Small
Widget B --- Extra Large, Large
etc...
I want to render each product in a single row, along with the size variants, possible in a select box, so the user can choose the size and click Add to cart.
I need help working out the best way to render the variant list. I've tried setting the select box to filter by an expression, which is a variable that is declared after initiatialisation, the variable is then set to the value of the product id in each row.
No joy... the variant list is empty. (Remove the filter and it shows all variants).
Any ideas?
Thanks,
Andy
|
 |
 |
|