#IF(#Shop.IsTrialShop AND NOT #INPUT.IsEditorModeEnabled)
{TrialShopNote}
{TrialShopNote}
{TrialShopNote}
{TrialShopNote}
#ENDIF #IF(#ClosedOrClosedTempByProvider OR (#ClosedByMerchant AND NOT #IsMerchantSFAllowed) )
{ShopClosed}
#ELSE #LOCAL("LocalCategory", #Shop.Categories) #LOCAL("ShopCustomerInformation", #Shop.CustomerInformation) #IF(NOT #FacebookStartPageProducts) #SET("LocalCategory", #Shop.Categories.Child.SpecialOffers) #ENDIF
#LOOP(#LocalCategory.VisibleProducts)
#IF(#ImageHotDeal) #NameOrAlias #ELSIF(#ImageSmall) #NameOrAlias #ENDIF

#IF(#Style.ContentLinkSize[lazyinteger] > 12)#NameOrAlias[slice:24,html]#ELSE#NameOrAlias[slice:45,html]#ENDIF

#LOCAL("DisplayPrice", #UNDEF) #IF(#SuperProduct) #IF(#IsDefault) #SET("DisplayPrice",#DISPLAYPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object, 0)) #ELSE #SET("DisplayPrice",#DISPLAYPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object, 1)) #ENDIF #ELSE #SET("DisplayPrice",#DISPLAYPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object, 0)) #ENDIF #LOCAL("ManufacturerPrice", #MANUFACTURERPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object)) #IF(#DEFINED(#ManufacturerPrice))

#IF(#Shop.ReferencePriceText)#Shop.ReferencePriceText[0]#ENDIF #IF(#Shop.CancelReferencePrice)#ManufacturerPrice[money]#ELSE #ManufacturerPrice[money]#ENDIF

#ENDIF

#SNIPPET("INC-DisplayPrice", "OrderUnitDisplayOption", "Short", "1")

#LOCAL("ReferencePrice",#FUNCTION("REFERENCEPRICE", #Object, #DisplayPrice, #INPUT.Currency))#IF(#DEFINED(#ReferencePrice) AND #ReferencePrice != #DisplayPrice)

(#RefAmount #IF(#DEFINED(#RefUnit.Abbreviation))#RefUnit.Abbreviation#ELSE#RefUnit.NameOrAlias#ENDIF = #ReferencePrice[money])

#ENDIF #ENDLOCAL #IF(#DEFINED(#ManufacturerPrice) AND #DEFINED(#DisplayPrice) AND #DisplayPrice < #ManufacturerPrice AND #DisplayPrice > 0) #LOCAL("PriceSavings", #PRICESAVINGS(#Object, #DisplayPrice, #ManufacturerPrice)) #IF(#DEFINED(#PriceSavings))

{YouSaving} #PriceSavings

#ENDIF #ENDLOCAL #ENDIF #ENDLOCAL #ENDLOCAL #IF(#FUNCTION("DISPLAYPRICETAGINFOGROSS", #Object, #Shop.TaxModel, #Session.User.Object)) #IF(#Shop.PriceTagInfoSingleProductGross)

#Shop.PriceTagInfoSingleProductGross[0]

#ENDIF #ELSE #IF(#Shop.PriceTagInfoSingleProductNet)

#Shop.PriceTagInfoSingleProductNet[0]

#ENDIF #ENDIF #IF(NOT #IsMaster)
#ENDIF
#ENDLOOP
#ENDLOCAL #ENDLOCAL #ENDIF