Re: Reduce all prices by 3%

splash112@drupal.org's picture
Offline
Joined: 04/01/2008
Juice: 406
Re: Reduce all prices by 3%

You could probably run something like:

UPDATE uc_products SET uc_products.price=0.97*uc_products.price;

In phpmyadmin. Just make sure you backup your database first and check the table/field names. I didn't start working with UC2 yet, so I had to guess...

Reduce all prices by 3% By: Juanzo@drupal.org (1 replies) Fri, 06/05/2009 - 16:50