Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 产品未显示在Magento 1.8.1.0的类别页面中_Php_Magento_Shopping Cart_Magento 1.8 - Fatal编程技术网

Php 产品未显示在Magento 1.8.1.0的类别页面中

Php 产品未显示在Magento 1.8.1.0的类别页面中,php,magento,shopping-cart,magento-1.8,Php,Magento,Shopping Cart,Magento 1.8,我的magento站点中的所有功能都运行良好,除了类别页面中的产品列表 我已启用所有功能,尝试清除缓存,产品标记为库存,数量>0。但它仍然不起作用。但该产品可以直接访问,在搜索时显示,并在推荐产品列表中显示 我使用的主题是“精确-magento”。关于物品是否有库存的检查表如下: The products must be Visible in Catalog. The products must be Enabled. Product must have a stock Quantity. Th

我的magento站点中的所有功能都运行良好,除了类别页面中的产品列表

我已启用所有功能,尝试清除缓存,产品标记为库存,数量>0。但它仍然不起作用。但该产品可以直接访问,在搜索时显示,并在推荐产品列表中显示


我使用的主题是“精确-magento”。

关于物品是否有库存的检查表如下:

The products must be Visible in Catalog.
The products must be Enabled.
Product must have a stock Quantity.
The product must be set to In Stock.
If the product is set not to track stock, it still has to have a stock Quantity and be set to In Stock.
The product must be assigned to the target Category.
If using multi-website mode (or if you imported the products through Data Flow), the products must be assigned to the target Website.
您必须刷新缓存/索引,以确保安全


参考链接:

您是否尝试运行索引过程?并且它在列表页面或任何日志中给出任何错误?在管理类别的特定类别的显示设置中,是否将“is Anchor”设置为“Yes”?@KeyurShah我尝试过否use@PavanKumar是,已设置为“是”。当鼠标移到父类别时,是否列出子类别?例如:当你把鼠标移到电子设备上时,你能看到手机吗?