[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Help on some Code on Flypage and Components


On Tue, 2005-02-01 at 02:48 +1100, Andrew Rich wrote:
> Hi
> 
> IC 5.3
> 
> I am trying something like this on the flypage.
> 
> [if-item-field price < [item-data products price]]
> [else]
>   <strike>[L]RRP Price[/L]: <b>$[item-data products
> price]</b></strike><br>
> [/else]
> [/if-item-field]
>   [L]Our Price[/L]: <b>[item-price]</b><br>
> 

Here is one way (untested code)

[if term="[item-field price]" op="<" compare="[item-data products
price]"]
	Item field price is less than item data products price
[else]
  	Item field price is not less than item data products price
[/else]
[/if]
-- 
Marty Tennison <suppressed>

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.