typo on the calculation
This commit is contained in:
parent
a87fbf590a
commit
902c1ae891
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
Returns a shipping price. Calculates the shipping price using the following formula:
|
||||||
|
|
||||||
total cart price * percentageOfPrice
|
total price of shippable items * percentageOfPrice
|
||||||
+ flatFee
|
+ flatFee
|
||||||
+ total weight of shippable items * pricePerWeight
|
+ total weight of shippable items * pricePerWeight
|
||||||
+ total quantity of shippable items * pricePerItem
|
+ total quantity of shippable items * pricePerItem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue