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