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 2770160 commit a9fd38aCopy full SHA for a9fd38a
app/code/Magento/Catalog/Pricing/Price/SpecialPrice.php
@@ -85,7 +85,7 @@ public function getSpecialPrice()
85
$specialPrice = $this->product->getSpecialPrice();
86
87
// If special_price is not loaded (null and attribute not loaded), load it from resource
88
- if ($specialPrice === null) {
+ if ($specialPrice === null && $this->product->getTypeId() === 'simple') {
89
$specialPrice = $this->getSpecialPriceFromResource();
90
}
91
0 commit comments