My old code doesn't work anymore... what SQL would I run to set the quantity in category 112 to 1?
Thanks!
My old code doesn't work anymore... what SQL would I run to set the quantity in category 112 to 1?
Thanks!
=)Code:UPDATE `products` SET `products_quantity` = '1' WHERE `products`.`master_categories_id` = 112;
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
You are very kind , thank you!