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

Re: [ic] Tax Exempt


On 09/19/2006 03:04 PM, Steve Graham wrote:
> I can put:
> [tmp taxexempt]
> [data table=userdb column=tax_exempt key="[data session username]"]
> [/tmp]
> [if scratch taxexempt][assign salestax=0][/if]

I don't think setting a scratch here is necessary:
[if type=data term="userdb::tax_exempt::[data session username]"]
  [assign salestax=0]
[/if]

> into my finalize checkout page, but personally it would be much cleaner
> to put a check in the salestax core utility, and add a new field to the
> userdb database for each customer.

A stub for a SpecialSub would probably work out well.

Peter

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