Magento CE 1.7.0.2 – Imported products do not show up in frontend

戏子无情 提交于 2019-12-03 17:21:32

I had the same problem, so thank you for this answer you provided in your post:

UPDATE

Turns out that the products did not actually have the right website set, even though the admin panel clearly claimed so for all the products I looked at (none of which showed up in the frontend).

Solution: Manage Products > Select All, then select the action Update Attributes and add the products to the correct website(s). Don't forget to rebuild the indexes.

Just to add to this - I also had the same problem, however mine turned out to be the is_in_stock was either 0 or set to a qty value. Needs to be 0 or 1.

Just incase anyone has that issue.

Do you have gd php extension?

Install it (in CentOS):

yum install gd gd-devel php-gd

After execute this

service httpd restart

Best Regards

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!