Package DE_EPAGES::ShippingOption::API::TLE::ShippingOptionHandler
Implements TLE functions for shipping options.
Functions
ShippingOptionPrice
Returns the price of a shipping option for a given currency and tax model.
Syntax |
#FUNCTION("ShippingOptionPrice", #ShippingOption, #Currency, #TaxModel, $ExtraPrecision) |
Example |
#LOCAL("CurrencyID", #INPUT.Currency) #LOCAL("Price", #FUNCTION("ShippingOptionPrice", #Object, #INPUT.Currency, #Shop.TaxModel, $ExtraPrecision)) #IF(#DEFINED(#Price)) #Price[money] #ENDIF #ENDLOCAL #ENDLOCAL |
Input |
|