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

Re: [ic] Call For Best Pricing


>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



_______________________________________________
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.