update tax calculation taking into account tax override on a per product basis
This commit is contained in:
parent
74d7a98cde
commit
2a08053d14
1 changed files with 3 additions and 1 deletions
|
|
@ -996,7 +996,9 @@ calculate
|
||||||
Returns a tax price. Calculates the tax price using the following
|
Returns a tax price. Calculates the tax price using the following
|
||||||
formula:
|
formula:
|
||||||
|
|
||||||
total cart price * percentageOfPrice
|
sum(
|
||||||
|
sku price * ( $sku->getTaxRate? $sku->getTaxRate : percentageOfPrice)
|
||||||
|
)
|
||||||
|
|
||||||
+
|
+
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue