update tax calculation taking into account tax override on a per product basis

This commit is contained in:
Colin Kuskie 2008-02-20 04:53:51 +00:00
parent 74d7a98cde
commit 2a08053d14

View file

@ -996,7 +996,9 @@ calculate
Returns a tax price. Calculates the tax price using the following
formula:
total cart price * percentageOfPrice
sum(
sku price * ( $sku->getTaxRate? $sku->getTaxRate : percentageOfPrice)
)
+