当我在产品页面上时,过滤器中的产品会随机显示
我尝试使用
重新索引我的所有产品类别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();