Search code examples
phpmagento

Custom options not showing Up in front-end Magento Community Edition


I wrote a script for importing products in Magento community edition 1.5.10 from CSV file. The products are displaying fine in both front end and backend

The problem is the Product custom options(size and Color). It is not displaying in the front end. But it is displaying properly in admin.

When I edit the same product in adminpanel and saving without modifying anything, then its showing up fine in front end.

Please help me to figure out this problem

Thanks in advance

Selva.


Solution

  • I too had the same problem with the custom option. Then i found out the solution after a long search in the database. You just forget to insert the values in "catalog_product_entity_varchar" table. For custom option we need to insert 4 records in the "catalog_product_entity_varchar" table. After inserting the table it works well.. Hope it will helps you.. Thanks Rajamani.