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 0834cd7 commit 783e999Copy full SHA for 783e999
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