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

Luc Knaven interchange-users@interchange.redhat.com
Mon Jan 14 18:43:00 2002


If there is no price the field price contains 0.00 (it's not empty)
Using [if-field price]Price: [item-price][/if-field] in the flypage shows :
" [if--field price]Price: € 0,00[/if--field] "

Any other suggestions ?


>If your price field is empty, this might get you in the right direction:
>[if-field price]Price: [item-price][/if-field]

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 ?