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 c26656d commit 801d525Copy full SHA for 801d525
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php
@@ -2068,7 +2068,6 @@ protected function _applyZeroStoreProductLimitations()
2068
$categoryProductSelect = $this->getConnection()->select()
2069
->from($this->getTable('catalog_category_product'))
2070
->columns([
2071
- 'product_id' => 'product_id',
2072
'min_position' => new Zend_Db_Expr('MIN(position)')
2073
])
2074
->where('category_id IN (?)', $categories)
0 commit comments