[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] newbie: don't show price=0.00
At 11:58 PM 1/14/02 +0100, Luc Knaven wrote:
>I don't want to show the price on my flypage when [item-price]=0.00 (field
>price in the tabel products)
>
>I tried [if-item-data price = 0.00]Price :[item-price] [/if-item-data] but
>that doesn't work.
>How to do this ?
If your price field is empty, this might get you in the right direction:
[if-field price]Price: [item-price][/if-field]