Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Increase prices per manufacturer

Increase prices per manufacturer

Locked

Views: 1,175

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Oct 2010, 11:32 AM
#1
i_q avatar

i_q

New Zenner

Join Date:
Jan 2006
Posts:
23
Plugin Contributions:
0

Increase prices per manufacturer

Hi all,

Had a search around but cannot find the answer to this. Is there any way to increase the price on a selected manufacturer by a certain percentage on all their products?

Sorry if this has already been answered but I couldn't find it.

Thanks

6 Oct 2010, 1:20 PM
#3
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: Increase prices per manufacturer

I.Q:

Hi all,

Had a search around but cannot find the answer to this. Is there any way to increase the price on a selected manufacturer by a certain percentage on all their products?

Sorry if this has already been answered but I couldn't find it.

Thanks

If you know (or can find out) the Manufuacturers ID, then a SQL command long the lines of:.......................

update products set products_price = products_price + ((products_price /x) *100) WHERE manufacturers_id = 'yyy' ;

.....should do it. Adjust 'x' and 'yyy' to suit.

The syntax given may not be accurate... I've just typed that in as an example.

Cheers
Rod