The quantity box does not show in the shopping cart. I'm thinking I accidently turned it off but for the life of me I can't figure out where to turn it back on. Any help would be greatly appreciated![]()
The quantity box does not show in the shopping cart. I'm thinking I accidently turned it off but for the life of me I can't figure out where to turn it back on. Any help would be greatly appreciated![]()
Edit a product ... do you have:
Products Quantity Box Shows:
Yes, Show Quantity Box
No, Do not show Quantity Box
Needs to be on YES
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Ohhhhhhh! Heh, yup I turned them off. Thanks so much!
Anyone know how to set multiple products to 'on' at a time? for some reason it is defaulting to 'no' when I add products using easy populate.
This is frustrating as I have about 9,000 products to upload and don't want to change this by hand for each one.
Any help would be appreciated...
The default in the database table for products should be 1 ...
I am not sure what you are using in your import, but setting that to 1 is what you want ...
If you cannot do this on the import then you can run it via the Tools ... Insert SQL Patch ...
PHP Code:UPDATE products SET products_qty_box_status = 1;
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!