Totally Zenned
- Join Date:
- Sep 2005
- Posts:
- 836
- Plugin Contributions:
- 0
Mass Update Quanity
Is there a sql query or somethign that i can update all the quanity on the items to say 100
Views: 1,112
Totally Zenned
Is there a sql query or somethign that i can update all the quanity on the items to say 100
Black Belt
easy populate is designed for this
Totally Zenned
theres no query you can run? would be a helluva lot quicker
Oba-san
If you want ALL Products to have a products_quantity of 100 ...
First make a backup for when you change your mind ...
Then in the Tools ... Insert SQL Patches you can run:
UPDATE products SET products_quantity = 100;
Now every single Product has a products_quantity of 100 ...
Totally Zenned
ahh thanks alot for that
Fields marked required must be completed.
Tell staff why this post should be reviewed.