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 633b493 commit c18e22fCopy full SHA for c18e22f
app/code/Magento/Catalog/Pricing/Price/SpecialPrice.php
@@ -96,7 +96,6 @@ public function getSpecialPrice()
96
97
if ($specialPrice !== null && $specialPrice !== false && !$this->isPercentageDiscount()) {
98
$specialPrice = $this->priceCurrency->convertAndRound($specialPrice);
99
- $this->product->setData('special_price', $specialPrice);
100
}
101
return $specialPrice;
102
0 commit comments