Thanks, Bruce. I made a custom tax module -- the area module with a small tax-exempt test -- and it seems to work well.
On Dec 23, 12:10 pm, Bruce Kroeze <[email protected]> wrote: > On Wed, Dec 23, 2009 at 8:57 AM, davis <[email protected]> wrote: > > Anybody know offhand what signal to listen for to change the tax > > amount during checkout? > > > Just thought I'd ask before reading through the code. > > I think the easiest solution for you would be to write a variant of one of > the existing tax modules, then add it to the livesetting TAX.MODULE.choices. > In its get_rate function, you could check whether the customer is > tax-exempt, and if so, return Decimal('0.00') > > That way you'd always be certain that they aren't getting taxed, and you > could skip tracking down all signals and such. > > -- > Bruce Kroezehttp://www.ecomsmith.com > It's time to hammer your site into shape. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
