[ic] Call For Best Pricing

Brian Ellis bellis at saberlogic.com
Thu Feb 9 14:50:57 EST 2006


>Using IC 5.2.0 is it possible to display "Call For Best Pricing" as a price?

Well price has to be a decimal so the best thing to do would probably be to set the price to 0 or a negative value then use an if statement

[if-item-field price eq 0]
   Call for best price
[else]
   [item-price]
[/else]
[/if-item-field]

Or something like that. You would then need to take measures to make sure that someone does not buy it if the price is set to 0. You could use the same structure to remove the buy link then. Let me know if that helps!

Thanks!
Brian



--
Brian Ellis
Saberlogic - Consultant
330.335.6442





More information about the interchange-users mailing list