开发者

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 开发者_StackOverflowedit 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.


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.


This almost always means that you've forgotten to add data to a necessary table, very likely an indexing table. Magento often clones the same data over to several tables to use for fast lookups.

Does your script import using objects, or does it write direct SQL queries to enter the data? Try reindexing everything on the site first, hopefully that will fix it. If not, you'll need to spelunk in the DB to find the table that you are failing to enter data for.

Hope that helps!

Thanks, Joe


Try to refresh the Magento caches and re-indexing.

I Hope custom option will display


For me it was fixed by setting the has_options attribute to 1 - from catalog_product_entity table. Also make sure that the options_container attribute have the value 'container2' for products with custom options - this attribute is found in catalog_product_entity_varchar.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜