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.
Display state, regional, and local sales tax
Re: Display state, regional, and local sales tax
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.