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 3c13a29 commit 1cd0957Copy full SHA for 1cd0957
app/code/Magento/Catalog/Pricing/Price/SpecialPrice.php
@@ -83,7 +83,6 @@ public function getValue()
83
public function getSpecialPrice()
84
{
85
$specialPrice = $this->product->getSpecialPrice();
86
-
87
if ($specialPrice !== null && $specialPrice !== false && !$this->isPercentageDiscount()) {
88
$specialPrice = $this->priceCurrency->convertAndRound($specialPrice);
89
}
@@ -131,5 +130,4 @@ public function isPercentageDiscount()
131
130
132
return false;
133
134
135
0 commit comments