Posted by ronkoch2 on August 28, 2011 at 10:02pm
3 followers
| Project: | UberPOS |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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.
Comments
#1
I'll need this in the future as well.
#2
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:
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!
#3
Here is a corrected patch. Just noticed I had a dangling debug statement in the one on comment 2.