Zen Cart Logo
Forums / General Questions / mass weight change??

mass weight change??

Locked

Views: 1,392

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
29 Apr 2008, 9:16 AM
#1
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

mass weight change??

im wanting to mass weight change my products from certain catogaories ie.
all the products in this section http://www.rubberduckbathrooms.co.uk/store/index.php?main_page=index&cPath=31 want there wirhgt setting to 2

where items in this section http://www.rubberduckbathrooms.co.uk/store/index.php?main_page=index&cPath=18_20 want a weight of 80

ive done a mass change of pricing using this SQL

update products set products_price = products_price * 1.05 where manufacturers_id = 8;

to update item by 5% but how can i do it for weight???

30 Apr 2008, 9:40 AM
#2
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: mass weight change??

can anyone help??

ive tried updating my product weights usoing the easy populate but that have cause loads of error and duplicate items etc and i had to restore my site. Please can any one help?? im sure it will be something like

update products set products_weight = X where manufacturers_id = Y;

x=weight i want to set
y= cPath number