Hi,
So far i have been unable to get a quantity input field to work on my site using a custom template. I am using SS10 pro.
Here is the code that I have most recently tired, the add to cart is working and the Quantity input field is showing on the page, but it still only adds one product to the cart, The quantity isn't working. If anyone out there knows what I am doing wrong, I would love to hear about it, i cannot find much info on this in the help section.
#if a Quantity is required generate the quantity box
[-- IF product.DisplayOrderQuantity? --]
<span style="color:#901C1D;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;" align="right">Qty </span><input type=text size=2 name="[-- PRODUCT.DisplayOrderQuantity --]" value="1">
[-- END_IF --]
<a href="[-- PRODUCT.AddToCartURL --]">
[-- IF AddImage? --]
<img [--AddImage--]></a>
[-- ELSE --]
[-- AddText --]</a>
[-- END_IF --]