Portal Home > Knowledgebase > Magento > lost custom options after magento upgrade
1. Click http://www.magentocommerce.com/bug-tracking
2. Click http://www.magentocommerce.com/bug-tracking/search/
3. Search “Disappearing”
4. Find http://www.magentocommerce.com/bug-tracking/issue?issue=5120
5. Read
Those looking for a “fix” can take this SQL query and run that on a cron every couple of minutes:
UPDATE catalog_product_entity
SET has_options = 1
WHERE entity_id IN
(SELECT distinct(product_id) FROM catalog_product_option);Neither risky nor resource-intensive.
Add to Favourites
Print this Article