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 726a5c9 commit 47ef320Copy full SHA for 47ef320
app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price/Configurable.php
@@ -133,6 +133,10 @@ protected function _applyConfigurableOption()
133
['le' => $this->getTable('catalog_product_entity')],
134
'le.' . $linkField . ' = l.parent_id',
135
['parent_id' => 'entity_id']
136
+ )->join(
137
+ ['i' => $this->_getDefaultFinalPriceTable()],
138
+ 'le.entity_id = i.entity_id',
139
+ []
140
);
141
142
$select = $connection->select();
0 commit comments