Tuesday 16 September 2003 11:42:53 pm
In my list of products I need include the "Add to Basket" button for every product of the list. I put this code, but it does not work:
{section name=Child loop=$:products sequence=array( bglight, bgdark )}
...
<input type="image" name="ActionAddToBasket" src={"addtocart.gif"|ezimage} width="32" height="32" alt="Add to Basket" />
... {/section} How can I assign $ContentObjectID to the correct value (The Object ID associated to the button pressed).
Thanks in advance Adolfo Barragan How
|