ePages 6.10 - DE_EPAGES/Shipping/API/TLE/ShippingLevelHandler.pm

Package DE_EPAGES::Shipping::API::TLE::ShippingLevelHandler

Implements TLE functions for shipping options.

Functions

ShippingLevels

ShippingLevels

Returns the shipping levels for a given currency and tax model ordered by LowerBound ascending.

Syntax
#LOOP(#FUNCTION("ShippingLevels", #ShippingMethod, #Currency, #TaxModel, #ExtraPrecision))
Example
#LOOP(#FUNCTION("ShippingLevels", #Object, #INPUT.Currency, #Shop.InputTaxModel, 1))
  #BaseValue[money]
  #Multiplier[reg_float]
  #LowerBound[reg_float]
  #UpperBound[reg_float]
#ENDLOCAL
Input
#ShippingMethod (object)
shipping method object
#Currency (string)
currency code, e.g. "EUR"
#TaxModel (int)
tax calculation model (0=net, 1=gross)
#ExtraPrecision (boolean)
extra precision for net prices in back-office