ePages 7.19.0 - DE_EPAGES/Shipping/API/TLE/ShippingValuesHandler.pm

Package DE_EPAGES::Shipping::API::TLE::ShippingValuesHandler

Functions

ShippingValues

ShippingValues

Returns the shipping values for a given currency and tax model.

Syntax
#ShippingValues(#ShippingMethod, #Currency, #TaxModel, #ExtraPrecision)
Example
#LOCAL("ShippingValues",#ShippingValues(#Object, #INPUT.Currency, #Shop.InputTaxModel, 1))
  #ShippingValues.FreeShippingPrice[money]
  #ShippingValues.MaximumWeight[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