I'm looking for the ability to charge different sales tax rates based on the location that the order was taken. For example, in a multi-store environment, I would like to be able to assign a specific sales tax rate to each store.

CommentFileSizeAuthor
#3 conditions.patch5.41 KBmichaelk
#2 conditions.patch5.42 KBmichaelk

Comments

jahaswel’s picture

I'll need this in the future as well.

michaelk’s picture

Status: Active » Needs review
StatusFileSize
new5.42 KB

I had the same need, so I added the Conditional Actions conditions necessary to make this possible. I added 4 basic conditions that you can use:

  1. Is this a POS order?
  2. POS Store state (for up_multi)
  3. POS Store zip (for up_multi)
  4. POS Store country (for up_multi)

I have attached the patch against UberPOS 6.x-1.x-dev. Please review it so that it can be committed. Thanks!

In order to set this up, just go to /admin/store/settings/taxes, add a new tax rate, and then go to the "conditions" section for that tax rate. Hope that helps!

michaelk’s picture

StatusFileSize
new5.41 KB

Here is a corrected patch. Just noticed I had a dangling debug statement in the one on comment 2.