minh Posted August 27, 2010 Share Posted August 27, 2010 How to edit the order_conf.html to add price without VAT on the order confirmation mail? Link to comment Share on other sites More sharing options...
rocky Posted August 28, 2010 Share Posted August 28, 2010 You'll need to edit the code in classes/PaymentModule.php. The product table is added on lines 224-241 (in PrestaShop v1.3.1). To add the total order price excluding tax, you'll need to add more variables like {total_paid_without_tax} after line 340. Link to comment Share on other sites More sharing options...
minh Posted September 6, 2010 Author Share Posted September 6, 2010 Ok... and for a analphpabet? How exactly would the variable look (to the right of the =>)? Link to comment Share on other sites More sharing options...
rocky Posted September 9, 2010 Share Posted September 9, 2010 You should be able to just add _wt on the end of the variable. For example, for the total product price without tax: {total_products_wt} => intval($order->total_products_wt), Link to comment Share on other sites More sharing options...
Addamz Posted April 18, 2011 Share Posted April 18, 2011 Hi.Somebody solved the problem? I need to add to new_order.html price without VAT. 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