Hi
Iam trying to add multiple products with the help of checkboxes.
The following form works perfectly with an input type set as " text ", but what I really want here is checkboxes.
I´ve tryed changing the type but it wont work.
What do I do?
/ rasmus
http://documentation.dynamicweb.dk/Adding-multiple-products-to-the-shopping-cart-27899.aspx
<!--form id="multiForm" method="post" name="multiForm">
<input id="CartCmd" type="hidden" name="CartCmd" value="addMulti" />
<!--@LoopStart(Products)-->
<!--@Ecom:Product.Form.Multi.HiddenFields-->
<!--@Ecom:Product.Number-->- <!--@Ecom:Product.Name-->
<!--@Ecom:Product.Price.Price-->
<input name="Quantity<!--@Ecom:Product.LoopCounter-->" value="0" type="text" />
<!--@LoopEnd(Products)-->
</form-->