#IF( #INPUT.ViewAction EQ "View" AND
#COUNT(#PriceInfoQuantities(#Object,#Session.User.Object, #INPUT.Currency))
+ #COUNT(#ValueDiscounts(#Object,#Session.User.Object, #INPUT.Currency))
+ #COUNT(#GlobalValueDiscounts(#Shop.Object,#Session.User.Object, #INPUT.Currency))
> 0
)
{SpecialPrices}
#ENDIF