[ic] Easy way to give 10% discount to logged in customers

Michael Goldfarb interchange-users@icdevgroup.org
Mon Sep 30 15:42:01 2002


>Subject: [ic] Easy way to give 10% discount to logged in customers
>
>How do I do it? Help is greatly appreciated.

Take a look at the [discount] tag.

If all you want to do is discount the entire order if someone is logged
in, try:

[if session logged_in]
[discount ENTIRE_ORDER] $s * .9 [/discount]
[/if]

This is covered in much more detail here:
http://www.icdevgroup.org/cgi-bin/ic/docfly.html?mv_arg=ictags04%2e20