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 031762b commit 0d2273eCopy full SHA for 0d2273e
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/TierPrice.php
@@ -72,6 +72,8 @@ protected function _construct()
72
*/
73
public function reindexEntity(array $entityIds = [])
74
{
75
+ $this->getConnection()->delete($this->getMainTable(), ['entity_id IN (?)' => $entityIds]);
76
+
77
//separate by variations for increase performance
78
$tierPriceVariations = [
79
[true, true], //all websites; all customer groups
0 commit comments