Tax exempt customers

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
masimba
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Wed Oct 05, 2011 1:23 pm

Tax exempt customers

Post by masimba » Wed Oct 05, 2011 1:32 pm

We are due to launch a new store within the next month or two that will sell primarily to distributors and vendors, most of which have tax exemption status. I can see that AbleCommerce has a place for managing tax exemption by placing users in a group and marking the group as tax exempt. However, the issue of obtaining and monitoring tax exemption certification raises concerns at our company where online ordering is a small part of our overall business. I did some research on the AvaTax gateway and found that they have a means of managing tax certifications which puts the ball in the customer's court. Even if we do that, we still have the issue of having a store administrator keep an eye on things, and getting first time customers set up with tax exempt status.

Is there a way we can avoid having to set up a customer in AbleCommerce as tax exempt BEFORE allowing them to make a tax-exempt purchase, such as a button in the checkout process that would allow them to provide their exemption details? And is this easy or difficult to do?

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Tax exempt customers

Post by AbleMods » Mon Oct 17, 2011 9:42 pm

The only way to accomplish it would be to establish them as tax exempt prior to checkout.

If you try to do it within checkout, things are going to get confusing. Checkout doesn't take too well to altering the basket items or calculated totals while within the checkout page itself.

I would suggest a link on the first page of Checkout that redirects to a different page altogether when tax-exempt information can entered. Once entered, the Token.Instance.User can then be added to some sort of hard-coded Group that's assigned to be tax exempt. When all of that is done, redirect back to Checkout and all the math will work out.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

frankenstein897
Commander (CMDR)
Commander (CMDR)
Posts: 159
Joined: Wed Feb 16, 2011 11:51 am
Location: Indiana
Contact:

Re: Tax exempt customers

Post by frankenstein897 » Sat Oct 29, 2011 6:24 am

What we did was let them checkout normally with tax charges. Then we refunded the tax and updated the invoice to show that tax was removed. Then we placed them in the tax exempt group so we wouldn't have to do it again for that customer. Kind of a pain but, we have always had this problem no matter what shopping cart we used. We thought about doing custom code but then we get into situations during upgrades. I like to try and stay as stock as possible with minor customizations.
Thanks,
Chris

http://www.networkcablesonline.com
Network Cables Online, LLC
Running AbleCommerce GOLD R6

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Tax exempt customers

Post by AbleMods » Sun Oct 30, 2011 7:59 pm

frankenstein897 wrote:I like to try and stay as stock as possible with minor customizations.
Not a bad idea at all as long as your solution doesn't significantly impact your daily business life. I'm all for keeping things as stock as possible and I customize AbleCommerce for a living :D
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply