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 bc857c7 commit 345624eCopy full SHA for 345624e
app/code/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductTotals.php
@@ -141,9 +141,9 @@ public function execute()
141
['product_id']
142
)->joinLeft(
143
['link_table' => $collection->getTable('catalog_product_link')],
144
- 'link_table.product_id = e.entity_id',
+ 'link_table.linked_product_id = e.entity_id',
145
146
- )->where('link_table.product_id IS NULL OR super_link_table.product_id IS NULL');
+ )->where('link_table.linked_product_id IS NULL AND super_link_table.product_id IS NULL');
147
148
$totalProducts = $collection->getSize();
149
$disabledProducts = $collection
0 commit comments