kubo12312 Posted June 12, 2017 Share Posted June 12, 2017 Hello, I have problem with {total_tax_paid} in confirmation mail. I added this line into PaymentModule.php '{total_tax_paid}' => Tools::displayPrice(($order->total_products_wt - $order->total_products) + ($order->total_shipping_tax_incl - $order->total_shipping_tax_excl), $this->context->currency, false)); Into order_conf.txt I added Total tax paid: {total_tax_paid} and html code into order_conf.html and I still have a error in email. Can you help me? 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