From 902c1ae891be9168fb7bd0ce6b3d86071cd86319 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 20 Feb 2008 19:19:29 +0000 Subject: [PATCH] typo on the calculation --- designdocs/shipper.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designdocs/shipper.pod b/designdocs/shipper.pod index 20f53ded7..8e07a4e06 100644 --- a/designdocs/shipper.pod +++ b/designdocs/shipper.pod @@ -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