简体   繁体   English

Magento产品显示在商店前面,但不在类别中

[英]Magento products showing up store front but not under categories

We have Magento 1.8 and everything was working fine until few days ago when we noticed products are showing up fine on the main page but for some reason do not show on any of the categories. 我们有Magento 1.8,直到几天前一切正常,直到我们注意到产品在主页上的显示都很好,但是由于某些原因却没有显示在任何类别上。

You can click on the product and see the details. 您可以单击产品并查看详细信息。 You can search for any particular product and once again find it but nothing under categories. 您可以搜索任何特定的产品,然后再次找到它,但是在类别下什么也找不到。 We have done all the usual things recommended on most forums we have searched through including reindexing and flushing the cache. 我们已经完成了我们搜索过的大多数论坛上推荐的所有常规操作,包括重新索引和刷新缓存。

Please help - the page is maxkoldonline.com incase you would like to see the problem we are having. 请提供帮助-如果您想了解我们遇到的问题,页面为maxkoldonline.com。

NOTE: we have upgraded from 1.7 to 1.8 although we have not checked if the problem pre or post dates the upgrade. 注意:尽管我们没有检查问题是在升级之前还是之后,但我们已经从1.7升级到1.8。

Many thanks for your time. 非常感谢您的宝贵时间。

Did you check to make sure the products are assigned to their respective categories? 您是否检查以确保将产品分配到各自的类别? By going into a product, go to the categories tab and make sure it has a category assigned. 进入产品后,转到“类别”选项卡并确保已为其分配了类别。 There are many things that could cause this. 有很多原因可能导致这种情况。 But this is where I would start. 但这就是我要开始的地方。

Try by enabling error display from index.php and see if any error comes on category page. 尝试通过启用index.php的错误显示,查看类别页面上是否有错误。

ini_set('display_errors', 1); ini_set('display_errors',1);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM