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.
TaxHelper
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: TaxHelper
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
.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.
Logan

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.
Re: TaxHelper
Yer, 7.0.3 and I found those fields. Thanks.