#LOCAL("CurrentObject", #_)#IF(NOT #SuperProduct AND #DefaultSubProduct)#SET("CurrentObject", #DefaultSubProduct)#ENDIF #IF(#ImageSmall) #NameOrAlias #ENDIF

#NameOrAlias #IF(#IsNew OR #DefaultSubProduct.IsNew) {New} #ENDIF

#IF(#Shop.IsProductNoVisible AND NOT #DEFINED(#SuperProduct) AND NOT #DEFINED(#DefaultSubProduct)){ItemNoShort}: #Alias#ENDIF #LOCAL("CurrencyID", #INPUT.Currency) #LOCAL("DisplayPrice", "") #IF(#DefaultSubProduct AND NOT #SuperProduct) #SET("DisplayPrice", #DISPLAYPRICE(#DefaultSubProduct.Object, #CurrencyID, #Shop.TaxModel, #Session.User.Object)) #ELSE #SET("DisplayPrice", #DISPLAYPRICE(#Object, #CurrencyID, #Shop.TaxModel, #Session.User.Object)) #ENDIF
#LOCAL("ManufacturerPrice", #FUNCTION("MANUFACTURERPRICE", #Object, #CurrencyID, #Shop.TaxModel, #Session.User.Object)) #IF(#DEFINED(#ManufacturerPrice) OR (#Shop.ReferencePriceText AND #DEFINED(#ManufacturerPrice))) #IF(#Shop.ReferencePriceText)#Shop.ReferencePriceText[0]#ENDIF #IF(#Shop.CancelReferencePrice)#ManufacturerPrice[money]#ELSE #ManufacturerPrice[money]#ENDIF
#ENDIF #ENDLOCAL #IF(#DEFINED(#DisplayPrice)) #IF(#DEFINED(#SNIPPET.IsBundleList)) #BundledQuantity[float] #OrderUnit.Name
#IF(#DEFINED(#DisplayPrice))#SET("DisplayPrice", #DisplayPrice * #BundledQuantity) #SNIPPET("INC-DisplayPrice", "OrderUnitDisplayOption,EnableAsterisk,NoVariationPriceFromText", "None", "1", "1") #ENDIF #ELSE #SNIPPET("INC-DisplayPrice", "EnableAsterisk", "1") #ENDIF

#LOCAL("ReferencePrice",#FUNCTION("REFERENCEPRICE", #Object, #DisplayPrice, #INPUT.Currency)) #IF(#ReferencePrice != #DisplayPrice) #RefAmount #IF(#DEFINED(#RefUnit.Abbreviation))#RefUnit.Abbreviation#ELSE#RefUnit.NameOrAlias#ENDIF = #ReferencePrice[money]
#ENDIF #ENDLOCAL #IF(#IsDailyPrice) {IsDailyPriceSF} #ENDIF #ENDIF
#ENDLOCAL #ENDLOCAL #IF(#SuperProduct) (#JOIN(", ",#VariationTypeValues)#LOCAL("AttributeValue",#GET(#Attribute.Alias))#Attribute.NameOrAlias#SPACE[0]: #AttributeValue.ValueOrAlias#ENDLOCAL#ENDJOIN) #ENDIF #MENU("ListProductLinks")#INCLUDE(#Template)#ENDMENU
#ENDLOCAL #REM#ENDREM