Package DE_EPAGES::Shop::API::TLE::ShopHandler
Implements system-wide TLE variables for shops
- Shop
- ShopRoot
Functions
FeaturedActionAvailable
Returns the feature status for the action
Syntax |
#FeaturedActionAvailable(#ShopObject, #ActionObject, #FeatureObject) |
Example |
#LOCAL("DisplayFeature", #FeaturedActionAvailable(#Shop.Object, #Action.Object)) #DisplayFeature #ENDLOCAL |
Input |
|
Return |
|
SuggestNextNo
Returns a suggestion for a new alias.
Syntax |
#SuggestNextNo(#ShopObject, #ClassName) #SuggestNextNo(#ShopObject, #ClassName, #Object) |
Example |
#LOCAL("NewAlias", #SuggestNextNo(#Shop.Object, "Invoice", #Order.Object)) #NewAlias #ENDLOCAL |
Input |
|
Return |
|
VATID_EXAMPLE
Returns an example for a valid vatid for the given country.
Syntax |
#VATID_EXAMPLE(#CountryID) |
Example |
#LOCAL("VATID", #VATID_EXAMPLE(#Shop.Address.Country.CountryID)) #VATID #ENDLOCAL |
Input |
|
Return |
|