#LOCAL("ActiveCurrencyGroup","") #SET("ActiveCurrencyGroup", "PRICE_" . #GET("INPUT.Currency")) #REM default behavior: ASN horizontal #ENDREM #IF(#Shop.FactFinder_IsInitialized AND NOT #Shop.DefaultStyle.UsedElements.FactFinderASN AND NOT #SearchEmpty) #INCLUDE("FactFinderASNHorizontal") #ENDIF #IF(#DEFINED(#PushedProducts)) #IF(#DEFINED(#FactFinderFeedback_PushedProductsTop))
#FactFinderFeedback_PushedProductsTop
#ENDIF #LOCAL("VisibleProducts", #PushedProducts)#INCLUDE("Content-PushedProducts")#ENDLOCAL #IF(#DEFINED(#FactFinderFeedback_PushedProductsBottom))
#FactFinderFeedback_PushedProductsBottom
#ENDIF
#ENDIF #IF(#SearchEmpty)

{SearchResults}

{Notification}

{NoSearchQuery}

#ELSIF (#SearchFailed)

{Error}

{SearchFailed}

#ELSIF (NOT #COUNT(#Pager.Items))

{Notification}

{NoSearchResults}

#ELSE #IF(#DEFINED(#FactFinderFeedback_SearchResultsTop))
#FactFinderFeedback_SearchResultsTop
#ENDIF
#IF(#DEFINED(#Pager.CountOfPages) AND #Pager.CountOfPages > 1) #INCLUDE("Pager") #ELSE
{CountItems}: #Pager.CountOfItems
{Page} #Pager.Page {of} #Pager.CountOfPages
#ENDIF
#IF(#INPUT.Page) #ENDIF#IF(#INPUT.PageSize) #ENDIF
#LOOP(#Pager.Items) #INCLUDE("INC-ListProduct") #ENDLOOP
#IF(#DEFINED(#Pager.CountOfPages) AND #Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ELSE
{CountItems}: #Pager.CountOfItems
{Page} #Pager.Page {of} #Pager.CountOfPages
#ENDIF
#IF(#DEFINED(#FactFinderFeedback_SearchResultsBottom))
#FactFinderFeedback_SearchResultsBottom
#ENDIF #ENDIF #ENDLOCAL