I see that tax information is kept at order level but I cannot see any setters/getters for it.
It could be related with Quote Items or even with Shipping addresses?
Anybody knows how tax is related to order?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are fields on the sales_order table for taxes after they’ve been calculated:
When you have an order object, you can use the normal Magento getters to obtain this data. E.g.
Hope that helps.
Thanks,
Joe