Okay so I for my Colors Attribute it has an ID of 1 and I want all the products in the colors attribute to have a price of 4.40 so I would do something like...
UPDATE `products_attributes` SET `options_values_price` = '4.40' WHERE `options_values_id` =1;


Reply With Quote
