TaxHelper

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

TaxHelper

Post by robgrigg » Fri Oct 09, 2009 12:32 am

Hi

is the a way to get the tax amount from the tax helper?
I can get the tax %.

I'd like to show;
SKU Qty Item price (ex tax) Tax Total
123 2 £100 £10 £220

Cheers.

Rob.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: TaxHelper

Post by Logan Rhodehamel » Mon Oct 12, 2009 1:37 pm

Are you customizing the display of order items? If so, what version? I think ac703 and higher have new fields associated with the BasketItem object: BasketItem.TaxRate and BasketItem.TaxAmount.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: TaxHelper

Post by robgrigg » Tue Oct 13, 2009 1:35 am

Yer, 7.0.3 and I found those fields. Thanks.

Post Reply