Package DE_EPAGES::Catalog::API::TLE::CategoryHandler
TLE functions for categories
Functions
CategoryProductsPager
Creates a pager for products in this category. Triggers the hook 'UI_CategoryProductsPager'.
Syntax |
#CategoryProductsPager(#Category, #PageSize, #OrderBy, #OrderDesc) #FUNCTION("SEARCH_TERMS", #NumberOfResults, #OrderBy) |
Example |
#LOCAL("Pager", #CategoryProductsPager(#Object, 10, "NameOrAlias", 0)) #LOOP(#Pager.Items) ... #ENDLOOP #ENDLOCAL |
Input |
|
Return |
|