trembita Posted September 17, 2007 Posted September 17, 2007 I want to increase all prices at my shop by 10$, because of having more than 400 products I don`t want to do it manually. Is there any way to do it automatically?
Nullachtfuffzehn Posted September 17, 2007 Posted September 17, 2007 Go to your phpMyAdmin and run the following SQL statement: update products set products_price = products_price + 10 MAke sure to backup your database before making any changes!
Jack_mcs Posted September 17, 2007 Posted September 17, 2007 I want to increase all prices at my shop by 10$, because of having more than 400 products I don`t want to do it manually. Is there any way to do it automatically?Install the Easy Populate contribution. It will allow you to easily change prices as well as anything else to do with a product. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
trembita Posted September 18, 2007 Author Posted September 18, 2007 2Manfred thanks man, this really worked.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.