#REM Parameters: #SNIPPET.PagerSetting... name of the pagersetting e.g. "SF_ProductsTwoColumns" #SNIPPET.ItemLayoutTemplate... layout template name of the productlistitems Example: #SNIPPET("SNIPPET-FacetsSearchResults", "PagerSetting,ItemLayout", "SF_ProductsTwoColumns", "INC-ListProductTwoColumns") #ENDREM #IF(#COUNT(#Pager.Items)) #LOCAL("PagerSetting", #PAGER_SETTING(#Shop.Object,#SNIPPET.PagerSetting)) #INCLUDE("INC-ChangeListOrder") #ENDLOCAL #ENDIF
#INCLUDE("Pager")
#IF(#COUNT(#Pager.Items)) #WITH(#Pager)#IF(#SearchTermNew)
{AlternativeSearchResult}
#ENDIF#ENDWITH
#LOOP(#Pager.Items)#INCLUDE(#SNIPPET.ItemLayoutTemplate)#ENDLOOP
#INCLUDE("Pager")
#IF(#Shop.PriceTagInfoMultiProductGross OR #Shop.PriceTagInfoMultiProductNet OR #Shop.PriceTagInfoMultiProductTaxFree)
#INCLUDE("Explanation-INC-Product-Price")
#ENDIF #ENDIF