typo on the calculation

This commit is contained in:
JT Smith 2008-02-20 19:19:29 +00:00
parent a87fbf590a
commit 902c1ae891

View file

@ -194,7 +194,7 @@ The following methods will be available from the WebGUI::Shop::ShipDriver::Flat
Returns a shipping price. Calculates the shipping price using the following formula:
total cart price * percentageOfPrice
total price of shippable items * percentageOfPrice
+ flatFee
+ total weight of shippable items * pricePerWeight
+ total quantity of shippable items * pricePerItem