Is there a way to increase my all of my product prices at once? I want to increase my prices by 12% and I don't want to go into each individual product file to do it.
Is there a way to increase my all of my product prices at once? I want to increase my prices by 12% and I don't want to go into each individual product file to do it.
That is going to depend on how you specified your prices. You can increase regular product pricing by 12% for all products with this query:
You can run this query in the control panel using our query tool by clicking "Tools > Database > Query". I'd recommend backing up your database before doing this.Code:UPDATE Products SET Base_Price = Base_Price * 1.2;
If you need to increase the price of options, see this thread:
http://www.ldev.com/forums/showthrea...ate+base_price
Thanks,
Jamie
PHP shopping cart software - Squirrelcart
Please rate or review us!![]()
Hotscripts ● PHP Resource Index
There are currently 1 users browsing this thread. (0 members and 1 guests)