#REM#ENDREM
#IF(#IsNew OR #DefaultSubProduct.IsNew) {New} #ENDIF #BLOCK("InlineEditor", "text", #Object, "Name", "Tag=a")#NameOrAlias#ENDBLOCK |
#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("DoCloseFloatArea",1)
#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 #INCLUDE("INC-DisplayPrice") #ENDIF
#IF(#Shop.PriceTagInfoSingleProductGross OR #Shop.PriceTagInfoSingleProductNet)
#ENDIF
#ENDLOCAL
#ENDLOCAL
#ENDLOCAL
#IF(#FUNCTION("DISPLAYPRICETAGINFOGROSS", #Object, #Shop.TaxModel, #Session.User.Object))
#IF(#IsAppointment)#Shop.PriceTagInfoSingleResourceGross[0]#ELSE#Shop.PriceTagInfoSingleProductGross[0]#ENDIF
#ELSE
#IF(#IsAppointment)#Shop.PriceTagInfoSingleResourceNet[0]#ELSE#Shop.PriceTagInfoSingleProductNet[0]#ENDIF
#ENDIF
#ENDIF
#IF(#DisplayDeliveryWeight AND #Weight)
{Weight}: #Weight[float] #WeightUnit.Abbreviation
#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
|
#IF(#SuperProduct)
#BLOCK("InlineEditor", "html", #SuperProduct.Object, "Description", "Tag=div;Class=Description")#IF(#Description) #Description[0] #ENDIF#ENDBLOCK
#IF(#ShowSubProductDetails) #REM#ENDREM
(#JOIN(", ",#VariationTypeValues)#LOCAL("AttributeValue",#GET(#Attribute.Alias))#Attribute.NameOrAlias#SPACE[0]: #AttributeValue.ValueOrAlias#ENDLOCAL#ENDJOIN)
#IF(NOT #IsAvailable)
#IF(#AvailabilityComment)
#AvailabilityComment[0]
#ENDIF
#ELSE
#INCLUDE("INC-ProductStockLevel")
#IF(NOT #IsDeliveryTimeLonger AND #CanAddToBasket AND #DeliveryPeriod)
{DeliveryPeriod}: #DeliveryPeriod {DaysFuzzy}
#ENDIF
#ENDIF
#ENDIF
#ELSE
#BLOCK("InlineEditor", "html", #Object, "Description", "Tag=div;Class=Description")#IF(#Description)#Description[0] #ENDIF#ENDBLOCK
#IF(NOT #IsAvailable)
#IF(#AvailabilityComment)
#AvailabilityComment[0]
#ENDIF
#ELSE
#INCLUDE("INC-ProductStockLevel")
#IF(NOT #IsDeliveryTimeLonger AND #CanAddToBasket AND #DeliveryPeriod)
{DeliveryPeriod}: #DeliveryPeriod {DaysFuzzy}
#ENDIF
#ENDIF
#ENDIF
|
|
#MENU("ListProductLinks")#INCLUDE(#Template)#ENDMENU |