Magento没有';不要在目录中显示产品

Magento没有';不要在目录中显示产品,magento,magento-1.7,Magento,Magento 1.7,我有Magento 1.7.0.2,新添加的产品不会显示在目录中,但会显示在管理面板中。有人能给我建议吗 谢谢 系统日志 2014-06-04T10:49:12+00:00 DEBUG (7): requestShippingRates 2014-06-04T10:52:16+00:00 DEBUG (7): requestShippingRates exception.log #16 {main} 2014-06-04T10:29:09+00:00 ERR (3): exception

我有Magento 1.7.0.2,新添加的产品不会显示在目录中,但会显示在管理面板中。有人能给我建议吗

谢谢


系统日志

2014-06-04T10:49:12+00:00 DEBUG (7): requestShippingRates
2014-06-04T10:52:16+00:00 DEBUG (7): requestShippingRates
exception.log

#16 {main}
2014-06-04T10:29:09+00:00 ERR (3): 
exception 'Mage_Core_Exception' with message 'Neplatný typ bloku: Mage_Catalog_Block_Adbanner' in /data/web/virtuals/45559/virtual/www/subdom/shop/app/Mage.php:594
Stack trace:
#0 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Neplatn?? typ b...')
#1 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('catalog/adbanne...', Array)
#2 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('catalog/adbanne...', 'catalog.banad')
#3 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('catalog/adbanne...', 'catalog.banad')
#4 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#5 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#6 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#7 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Catalog/controllers/CategoryController.php(146): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#8 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Catalog_CategoryController->viewAction()
#9 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('view')
#10 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#11 /data/web/virtuals/45559/virtual/www/subdom/shop/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#12 /data/web/virtuals/45559/virtual/www/subdom/shop/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#13 /data/web/virtuals/45559/virtual/www/subdom/shop/index.php(87): Mage::run('', 'store')
仔细检查以下各项

  • 产品是否处于活动状态(目录>管理产品>您的产品>常规>状态(应启用)
  • 产品是否有足够的库存(目录>管理产品>{您的产品}>库存。数量必须为1或更多,库存可用性必须在库存中*
  • 是否将产品分配到适当的类别(目录>管理产品>您的产品>类别),查看它是否是您正在查找的分类类别
  • 是否将产品分配到了正确的网站(目录>管理产品>{您的产品}>网站),请查看产品是否为您正在查找的辅助网站
  • 产品集是否可见(目录>管理产品>您的产品>常规>可见性,可见性目录)

  • *根据设置中的库存管理选项

    是否有任何文件Mage>Catalog>Block>Adbanner???在Mage>Catalog>Block中不是Adbanner folderAll已选中且正常。我添加了测试产品并将其保存到类别,该类别以前为空。当我在Catalog>Manage Products>中打开产品时,{您的产品}>类别,我看到类别中有一个产品(测试产品),但是类别是灰色的(),并且该类别在电子商店中不可见。您是否如我上面所说启用了该类别?是的,我启用了。在打开启用的类别后,我看到了我发布的错误().但数据库中的产品数与管理面板中的产品数相同。