Hey Jennifer, we had a use case recently where a client needed a "wholesale account" role as well as a normal "customer" role, the difference being tht you do not collect taxes for wholesale customers. We can typically leverage the power of Conditional Actions to restrict the tax to a role, however the WA State Sales Tax module did not create that action up front. We thought we had seen it once before so we are going through the code to see if we can't figure out if there was something there that has changed in newer UC releases, but wanted to let you know about it too just in case you were able to find it before us.

Thanks!

CommentFileSizeAuthor
#1 uc_tax_wa.patch1.86 KBfreelock

Comments

freelock’s picture

StatusFileSize
new1.86 KB

We actually just created a patch for this...

freelock’s picture

... the patch does not hook into CA, it just lets you pick one or more roles to exclude from this tax.

CA is probably more appropriate place to put this, but this was quick, easy and effective.

jhodgdon’s picture

Thanks! I'll take a look at this (but probably not until after DrupalCon sometime). It also looks like Ubercart has a D7 alpha, so it's probably time to give this module a D7 port...

jhodgdon’s picture

Status: Active » Fixed

The whole WA tax module doesn't hook into conditional actions. I like the role approach. I've simplified the patch slightly, and took out the watchdog line (it generates way too many log entries), but used essentially what you submitted -- thanks John!

This should be out as version 6.x-1.9 momentarily.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.