Announcement

Collapse
No announcement yet.

Setting the quantity value

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

    Setting the quantity value

    Hi,

    Im guessing this is fairly simple but...

    how do i change the default quantity value from 0 to 1

    I have looked in the design code and the value references this codeL:

    value="DefaultQuantity"

    Any ideas on how i change it?

    Cheers, Ben.

    #2
    This is usually 1 if you use Quantity on Product page. It only becomes 0 if you use the Single Add to Cart button.

    If you want to use Single Add to Cart and have all products use 1 then just change

    value="DefaultQuantity"

    to

    value="1"

    This will be a site wide change.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      thanks it worked a treat :-)

      Appriciate your help!

      Comment

      Working...
      X