Package DE_EPAGES::Catalog::API::TLE::ShopHandler
TLE related to shops
Functions
CATEGORY_PAGE_SIZE
Returns PageSize for categroy
Syntax |
#CATEGORY_PAGE_SIZE(#CategoryID) |
Example |
#CATEGORY_PAGE_SIZE(1337) |
Input |
|
Return |
|
PAGER_SETTING
Returns the default page size of the shop and the list of page sizes that customers can select from.
Syntax |
#PAGER_SETTING(#Shop.Object, "SF_ProductTwoColumn") |
Example |
#PAGER_SETTING(#Shop.Object, "SF_LargProductBox") |
Input |
|
Return |
|
PAGE_SIZE
Return a ShopPagerSetting obeject or SystemPagerSetting object with requiered Pager information.
Syntax |
#PAGE_SIZE(#Shop.Object, "SF_ProductTwoColumn") |
Example |
#PAGE_SIZE(#Shop.Object, "SF_LargProductBox") |
Input |
|
Return |
|
PAGE_SIZE_JSON
Return a JSON hash with list of page
Syntax |
#PAGE_SIZE_JSON(#Shop.Object, 'DropPrefix') |
Input |
|
Return |
|