/ Published in: MySQL
After the MySQL above has run – you’ll need to let Magento take the reigns back a little to update the category indexes, this is quite straightforward, but a little time consuming.
Login to your admin and go to System > Cache Management, the select Rebuild Catalog Index
Expand |
Embed | Plain Text
UPDATE catalog_product_entity_int cpei, catalog_product_entity cpe SET value = '2' WHERE cpe.entity_id = cpei.entity_id AND attribute_id = "80" AND cpe.category_ids = "%35%" AND (cpe.category_ids LIKE "35,%" OR cpe.category_ids LIKE "%,35,%")
Comments
Subscribe to comments
You need to login to post a comment.

Doesn't seem to work on Magento v1.4.1.1