Jump to content

Transport price with TAX not included in web cart and with TAX included in email confirmation.


canelones

Recommended Posts

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 by canelones (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...