#IF(#IsBundleProduct AND #DEFINED(#DisplayPrice))
#IF(#COUNT(#BundledProducts))
#LOCAL("BundledListPriceSum",#FUNCTION("BUNDLEDLISTPRICESUM", #Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object))
#IF(#BundledListPriceSum)
{BundledProductPrices} #BundledListPriceSum[money]
#ENDIF
#IF(#DisplayPrice < #BundledListPriceSum AND #DisplayPrice > 0)
#LOCAL("Saving", #PRICESAVINGS(#Object, #DisplayPrice, #BundledListPriceSum))
#IF(#DEFINED(#Saving))
{YouSaving}
#Saving[money]
#ENDIF
#ENDLOCAL
#ENDIF
#ENDLOCAL
#ENDIF
#ENDIF