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

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

Functions

ShippingLevels

ShippingLevels

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

Syntax
#ShippingLevels(#ShippingMethod, #Currency, #TaxModel, #ExtraPrecision)
Example
#LOOP(#ShippingLevels(#Object, #INPUT.Currency, #Shop.InputTaxModel, 1))
  #BaseValue[money]
  #Multiplier[float]
  #LowerBound[float]
  #UpperBound[float]
#ENDLOOP
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