Jump to content

Show total shipping cost excl tax in order_conf email


editorstefan

Recommended Posts

Hello!

Im using Prestashop 1.6.1.13.

How can i show the total shipping cost excl tax.I tried with variable {total_shipping_excl_tax} but it didnt work.

Also tried to add the code below to PaymentHistory.php, but didnt work.

 

'{total_shipping_tax_excl}' => Tools::displayPrice($order->total_shipping_tax_excl, $this->context->currency, false),

 

Is not working, any idea what i should do?

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...