Announcement

Collapse
No announcement yet.

Removing the quantity box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Removing the quantity box

    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.
    <img src="http://212.53.82.8/hippologo.jpg"><br>
    <a href="http://www.hippomachines.com">HippoMachines.com Limited</a>

    #2
    Copy your Product Template to a different filename. Edit that file and replace NETQUOTEVAR:PRODUCTQUANTITY with

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

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X