#IF(#IsNew){New}#ENDIF #IF(#ImageSmall)
#NameOrAlias
#ELSE
{NoImageAvailable}
#ENDIF
#LOCAL("ManufacturerPrice", #MANUFACTURERPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object)) #LOCAL("LowestManufacturerPrice", #LOWESTMANUFACTURERPRICEFORVARIATION(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object)) #IF(#DEFINED(#LowestManufacturerPrice)) #SET("ManufacturerPrice", #LowestManufacturerPrice) #ENDIF
#IF(#DEFINED(#ManufacturerPrice)) #IF(#Shop.ReferencePriceText)#Shop.ReferencePriceText[0]#ENDIF #IF(#Shop.CancelReferencePrice)#ManufacturerPrice[money]#ELSE #ManufacturerPrice[money]#ENDIF
#ENDIF #LOCAL("DisplayPrice", #UNDEF) #IF(#SuperProduct) #SET("DisplayPrice",#DISPLAYPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object, 1)) #ELSE #SET("DisplayPrice",#DISPLAYPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object, 0)) #ENDIF #SNIPPET("INC-DisplayPrice", "OrderUnitDisplayOption,EnableAsterisk", "Short", "1") #LOCAL("ReferencePrice",#REFERENCEPRICE(#Object, #DisplayPrice, #INPUT.Currency)) #LOCAL("LowestReferencePrice",#LOWESTREFERENCEPRICEFORMASTER(#Object, #INPUT.Currency, #Shop.TaxModel)) #IF(#IsMaster AND #DEFINED(#LowestReferencePrice)) #SET("ReferencePrice", #LowestReferencePrice) #ENDIF #IF(#DEFINED(#ReferencePrice) AND #ReferencePrice != #DisplayPrice)
(#RefAmount #IF(#DEFINED(#RefUnit.Abbreviation))#RefUnit.Abbreviation#ELSE#RefUnit.NameOrAlias#ENDIF = #ReferencePrice[money])
#ENDIF #ENDLOCAL #ENDLOCAL #IF(#DEFINED(#DisplayPrice) AND #DEFINED(#ManufacturerPrice) AND #DisplayPrice < #ManufacturerPrice AND #DisplayPrice > 0) #LOCAL("PriceSavings", #PRICESAVINGS(#Object, #DisplayPrice, #ManufacturerPrice)) #IF(#DEFINED(#PriceSavings)){YouSaving} #PriceSavings#ENDIF #ENDLOCAL #ENDIF #ENDLOCAL #IF(#ProductDataSheet)

#SNIPPET("SNIPPET-ProductDataSheet")

#ENDIF
#ENDLOCAL #ENDLOCAL