[ic] Help on some Code on Flypage and Components

Marty Tennison marty at sediva.com
Mon Jan 31 15:44:23 EST 2005


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 <marty at sediva.com>



More information about the interchange-users mailing list