#IF(#Class.Alias EQ "StartPage")
#LOCAL("ProductsLoop", #VisibleProducts)
#IF(#COUNT(#ProductsLoop))
#LOOP(#ProductsLoop)
#INCLUDE("Content-Products.SmallProductBoxItem")
#ENDLOOP
#ENDIF
#ENDLOCAL
#ELSE
#LOCAL("PagerSetting", #PAGER_SETTING(#Shop.Object,"SF_SmallProductBox"))
#IF(#Pager.CountOfItems > 0)
#INCLUDE("INC-ChangeListOrder")
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#LOOP(#Pager.Items)
#INCLUDE("Content-Products.SmallProductBoxItem")
#ENDLOOP
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#ENDIF
#ENDLOCAL
#ENDIF
#IF(#DISPLAYPRICETAGINFOGROSS(#Object, #Shop.TaxModel, #Session.User.Object))
#IF(#Shop.PriceTagInfoMultiProductGross)
* #Shop.PriceTagInfoMultiProductGross[0]
#ENDIF
#ELSIF(#Shop.PriceTagInfoMultiProductNet)
* #Shop.PriceTagInfoMultiProductNet[0]
#ELSE
#ENDIF