[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Easy way to give 10% discount to logged in customers
>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