magento 2分层导航计数每次都在变化

时间:2017-02-03 16:06:18

标签: php magento magento2

当我在产品页面上时,过滤器中的产品会随机显示

我尝试使用

重新索引我的所有产品类别
php bin/magento indexer:reindex

并刷新我的缓存

bin/magento cache:flush

在我的模板list.phtml中我将在我的数据库中搜索带有此代码的产品

$_productCollection = $block->getLoadedProductCollection()->clear()->addAttributeToSort('name', 'ASC');
$_helper = $this->helper('Magento\Catalog\Helper\Output');
$objectManager= \Magento\Framework\App\ObjectManager::getInstance();
$eavConfig= $objectManager->create('\Magento\Eav\Model\Config');
$attribute = $eavConfig->getAttribute('catalog_product', 'code_fini_mat');
$options = $attribute->getSource()->getAllOptions();

0 个答案:

没有答案