Display state, regional, and local sales tax

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dmcconkey
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Fri Jan 22, 2010 9:25 am

Display state, regional, and local sales tax

Post by dmcconkey » Fri Mar 12, 2010 2:35 pm

Hi all,

I'm trying to customize my 7.0.3 build to display sales tax information by tax jurisdiction. We're likely going to be hooking up the Avalara Avatax connector, but I haven't yet purchased it--and won't unless I can access this required information. In looking through the AbleCommerce code, it appears that I only have access to a sum total sales tax value. I'm certain Avatax will calculate the jurisdiction values under the hood, but does anyone know if I'll be able to access those values either through a conLib or separate database look-up?

Thanks.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Display state, regional, and local sales tax

Post by mazhar » Tue Mar 16, 2010 5:47 am

I guess tax information is kept into basket by creating basket items of type tax. You can try to create some custom conlib control that can iterate over the basket items of current basket and list all of them having type as Tax item.

Post Reply