#IF(#Class.Alias EQ "StartPage")
#LOCAL("ProductsLoop", #VisibleProducts)
#IF(#COUNT(#ProductsLoop))
#LOOP(#ProductsLoop)
#INCLUDE("Content-Products.LargeProductBoxItem")
#ENDLOOP
#ENDIF
#ENDLOCAL
#ELSE
#LOCAL("PagerSize",5)
#LOCAL("Pager", #CategoryProductsPager(#Object, #Shop.DefaultPageSize))
#IF(#Pager.CountOfItems > 0)
#INCLUDE("INC-ChangeListOrder")
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#LOOP(#Pager.Items)
#INCLUDE("Content-Products.LargeProductBoxItem")
#ENDLOOP
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#ENDIF
#ENDLOCAL
#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