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 445df8e commit b358992Copy full SHA for b358992
Model/DataLayer/Cart/Item.php
@@ -43,7 +43,7 @@ protected function getValue(QuoteItem $quoteItem): float
43
if ($this->config->isPurchaseTaxEnabled()) {
44
$value = (float)$quoteItem->getPriceInclTax();
45
if (!$value) {
46
- $value = (float)$quoteItem->getPrice();
+ $value = (float)$quoteItem->getPrice();
47
}
48
} else {
49
$value = (float)$quoteItem->getPrice();
0 commit comments