Package DE_EPAGES::ProductPortal::API::TLE::PortalHandler
Implements the TLE function "ShopPortalConfigs".
Functions
ShopPortalConfigs
Returns the configs of the portal at the given shop.
Syntax |
#ShopPortalConfigs(#Shop, #Portal) |
Example |
#LOOP( #ShopPortalConfigs(#Shop.Object, #Portal.Object) ) ... #ENDLOOP |
Input |
|
ShopPortalSites
Returns the possible portal sites for shop (shop locales maps to portal site locale).
Syntax |
#ShopPortalSites(#Shop, #Portal) |
Example |
#LOOP( #ShopPortalSites(#Shop.Object, #Portal.Object) ) ... #ENDLOOP |
Input |
|