Package DE_EPAGES::Shipping::API::TLE::ShippingLevelHandler
Functions
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 |
|