Magento - load only configurable products

后端 未结 6 1515
北荒
北荒 2020-12-01 05:10

I have the following code:

$_productCollection = $this->getLoadedProductCollection();

foreach ($_productCollection as $_product)
{
  if ($_product->_d         


        
6条回答
  •  南笙
    南笙 (楼主)
    2020-12-01 05:14

    If you change Visibility of simple product to "Not Visible Individually", Magento will not load it to display in product list page.

提交回复
热议问题