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