Hi,
I´m having problems when I try to change the prices on some categories (9 to be exact) with a SQL patch. I don´t know how to make a patch that updates all my specific categories at once but I´m trying one category at a time now with this patch:
When I try that it says "successful" but nothing happens, no price changes what so ever.Code:UPDATE products SET products_price = products_price * 1.05 WHERE master_categories_id = 30;
The master_category is 30 (no products directly under it) but it holds a number of sub-categories which holds the actual products.
Am I doing something wrong here?![]()


Reply With Quote


