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

RE: [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


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