Announcement

Collapse
No announcement yet.

Product quantity default issue

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

    Product quantity default issue

    I need to know how to set the product quantity to zero rather than one in the product catalog. It's current default is set to 1 for every item. Any ideas anyone?

    #2
    Hi Laurence

    Easiest way is to change the shopping mode in "Design | Option | Shop Default". Select "Quantity on Product Page" and then tick "Single Add to Cart Button per Page".

    Other way would be to go to "Design | Text", click on the "Go To" button.
    Type in the following numbers:
    Phase "-1"
    "ID" "2173"

    Change
    Code:
    %s<INPUT TYPE=text NAME="%s" SIZE="4" VALUE="%d">
    to
    Code:
    %s<INPUT TYPE=text NAME="%s" SIZE="4" VALUE="0" dummy="%d">
    This will set all zeros to the product quantity for all the products.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X