diff --git a/designdocs/commerce.pod b/designdocs/commerce.pod index e8bb4c4ff..e5657a4be 100644 --- a/designdocs/commerce.pod +++ b/designdocs/commerce.pod @@ -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) +) +