Is it possible to globally change a product setting ?
Products Quantity Box Shows:
I have over 200 products and wish to set them all so that the Products Quantity Box Shows.
Thanks
Brianne
Is it possible to globally change a product setting ?
Products Quantity Box Shows:
I have over 200 products and wish to set them all so that the Products Quantity Box Shows.
Thanks
Brianne
There are a few reasons for this ...
1 You have it set on the Product to be turned off and need to update the products table ...
to set ALL Products to show a quantity box use:
2 You have turned off the display of the quantity box in various areas of your shop and it would be easier to see an URL to where you are having problems ...Code:UPDATE products SET products_qty_box_status = 1;
3 Your templates and overrides are preventing the quantity box from showing and you could try switching to the Classic Template to see if this is the case ...
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!
Thanks Ajeh
I am not having a problem as such, just wish to update ALL products to show quantity box.
First part of your answer looks promising:
UPDATE products SET products_qty_box_status = 1;
How would I implement this please?
Brianne
You would backup your database and then run that either via phpMyAdmin in the SQL ... or you can run that in your Zen Cart Admin in the Tools ... Install SQL Patches ...
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!
Thanks Ajeh, I will give it a go.
Regards
Brianne
That worked a treat Ajeh
Many Thanks
Brianne
Thanks for the update that this was able to work for you to update the display of the quantity boxes ...![]()
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!