[ic] newbie: don't show price=0.00

Ryan Hertz interchange-users@interchange.redhat.com
Mon Jan 14 18:26:00 2002


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]