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 6370ad1 commit e4e5306Copy full SHA for e4e5306
app/code/Magento/Reports/Model/ResourceModel/Quote/Item/Collection.php
@@ -121,7 +121,7 @@ public function prepareActiveCartItems()
121
122
$quoteItemsSelect->reset()
123
->from(['main_table' => $this->getTable('quote_item')], '')
124
- ->columns('main_table.product_id')
+ ->columns(['main_table.product_id', 'main_table.name'])
125
->columns(['carts' => new \Zend_Db_Expr('COUNT(main_table.item_id)')])
126
->columns('quote.base_to_global_rate')
127
->joinInner(
0 commit comments