Child pages
  • Creating a carrier module

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A carrier module must use the following methods:

  • getOrderShippingCosgetOrderShippingCost(): to compute the shipping price depending on the ranges that were set in the back-office.
  • getOrderShippingCostExternagetOrderShippingCostExternal(): to compute the shipping price without using the ranges.

The getOrderShippingCosgetOrderShippingCost() method can also be used to compute the shipping price depending on the products:

...