Re: "one touch" price increase on my site?

Originally Posted by
schoolboy
You can run a SQL patch through admin>>>tools>>>insert sql patches.
Good idea to BACKUP the database first.
UPDATE products SET products_price = products_price * 1.2;
The value 1.2 will add 20%
The value 1.25 will add 25%
The value 1.3 will add 30%
The value 1.33 will add 33%
...
do you see the pattern?
This is a GLOBAL increase !!!
For more options, see:
http://www.zen-cart.com/forum/showpo...32&postcount=5
I use this method too, but its worth noting that if you have any sales and specials prices that these need resetting as they will be defined in the price sorter field (thats my understanding anyway. so usually to be safe I remove all sale sales and specials, run the sql patch, then re-apply sales etc.
Phil Rogers
A problem shared is a problem solved.