We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915e273 commit 7d32216Copy full SHA for 7d32216
app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php
@@ -73,9 +73,9 @@ public function setProductFilter($product)
73
*
74
* @return $this
75
*/
76
- protected function _beforeLoad()
+ protected function _renderFilters()
77
{
78
- parent::_beforeLoad();
+ parent::_renderFilters();
79
$metadata = $this->getProductEntityMetadata();
80
$parentIds = [];
81
foreach ($this->products as $product) {
0 commit comments