Package DE_EPAGES::Product::API::TLE::PagerHandler
Implements TLE functions for products.
Functions
PagerProducts
Creates a pager object from a TLE loop of product objects, see also: DE_EPAGES::Catalog::API::Object::PagerLoopProducts.
Syntax |
#BLOCK("PagerProducts", #Loop, #PageSize, #OrderBy, #OrderDesc) |
Example |
#BLOCK("PagerProducts", #VisibleProducts, 25, "ListPrice", 0) #LOOP(#Pager.Items) #Alias : #Name <br /> #ENDLOOP #ENDBLOCK |
Input |
|