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?
Announcement
Collapse
No announcement yet.
Product quantity default issue
Collapse
X
-
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">
Code:%s<INPUT TYPE=text NAME="%s" SIZE="4" VALUE="0" dummy="%d">
Kind RegardsNadeem Rasool
SellerDeck Development
Comment