So I would actually write:
I'll back up first... promise... I've got TONS to learn - but wow this is fun!PHP Code:WHERE master_categories_id = 32;
UPDATE products SET products_quantity_order_min=0.25;
Thanks for all your work and help!
So I would actually write:
I'll back up first... promise... I've got TONS to learn - but wow this is fun!PHP Code:WHERE master_categories_id = 32;
UPDATE products SET products_quantity_order_min=0.25;
Thanks for all your work and help!
Never mind.... Just found Easy Populate Advanced. That'll do the trick - and then some! :)
Glad you found it ...
For those who did not you could do this to master_categories_id 32 using:
NOTE: if your minimum is .25 your units would need to be .25 as well or you cannot order .25 worth of the product as the unit is 1 ...PHP Code:UPDATE products SET products_quantity_order_min=0.25 WHERE master_categories_id = 32;
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!