canelones Posted May 4, 2016 Share Posted May 4, 2016 (edited) Hello, I noticed that the Transport price does not include the Taxes in the Cart (website) but then when the checkout is done the buyer get an email confirmation shown the Transport price with Taxes included. ¿How can change this? I need to show Transport price without the taxes both in the web cart and in the email. Edited May 4, 2016 by canelones (see edit history) Link to comment Share on other sites More sharing options...
ernexus Posted May 4, 2016 Share Posted May 4, 2016 I believe you are talking about "order_conf" template. If you are using PS 1.6.1.4 you need to edit or make and override of classes/PaymentModule.php And change: $order->total_shipping = $order->total_shipping_tax_incl; to: $order->total_shipping = $order->total_shipping_tax_excl; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now