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 692f374 commit 70ff086Copy full SHA for 70ff086
app/code/Magento/Catalog/Pricing/Price/MinimalTierPriceCalculator.php
@@ -42,6 +42,7 @@ public function __construct(CalculatorInterface $calculator)
42
*/
43
public function getValue(SaleableInterface $saleableItem)
44
{
45
+ $this->lowestTierPrice = null;
46
/** @var TierPrice $price */
47
$tierPrice = $saleableItem->getPriceInfo()->getPrice(TierPrice::PRICE_CODE);
48
$tierPriceList = $tierPrice->getTierPriceList();
0 commit comments