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.
2 parents 24b56c7 + 2d62fad commit bf49cb3Copy full SHA for bf49cb3
app/code/Magento/Tax/Pricing/Render/Adjustment.php
@@ -54,7 +54,7 @@ protected function apply()
54
$this->amountRender->setDisplayValue(
55
$this->amountRender->getAmount()->getValue($this->getAdjustmentCode())
56
);
57
- if ($this->taxHelper->priceIncludesTax()) {
+ if ($this->taxHelper->priceIncludesTax() && $this->amountRender->getPriceType() == 'finalPrice') {
58
// for dynamic calculations of prices with any options, use the base price amount
59
$this->amountRender->setPriceType('basePrice');
60
}
0 commit comments