Child pages
  • Creating a carrier module

Versions Compared

Key

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

...

  • extraCarrier: to display the shipping price depending on the ranges that were set in the back - office.

A carrier module must use the following methods:

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

...