PDA

View Full Version : Removing the quantity box


wspanfelner
11-Nov-2003, 12:23 PM
How do I remove the quantity box for a single product in the website?

I refer specifically to: http://212.53.82.8/acatalog/FREE_Software.html where I provide trial downloads for customers browsing the site. I don't need a quantity here and I think it looks a bit funny here.

NormanRouxel
11-Nov-2003, 02:04 PM
Copy your Product Template to a different filename. Edit that file and replace NETQUOTEVAR:PRODUCTQUANTITY with

<input type=hidden name="Q_NETQUOTEVAR:PRODUCTREFERENCE" value="1"> and use that template for this product.

Norman