#LOCAL("ManufacturerPrice", #MANUFACTURERPRICE(#Object, #CurrencyID, #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
#IF(#DEFINED(#DisplayPrice))
#REM #ENDREM
{Price} #SNIPPET("INC-DisplayPrice", "NoVariationPriceFromText,IsProductDetail,EnableAsterisk", #NoFromPrice, 1, 1)
#SET("NeedPriceTagInfo", 1)
#ENDIF
#INCLUDE("INC-PriceTagInfo")
#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
#MENU("Content-Base-Price")#INCLUDE(#Template)#ENDMENU
#MENU("Content-ProductRecommendationLinks")#INCLUDE(#Template)#ENDMENU
#ENDLOCAL