dothtmaster Posted February 7, 2011 Share Posted February 7, 2011 I've managed to remove the taxes per product and add in its own value {total_tax} inside of mails/en/etc...Now what I want to do is the same for Mail Alerts v 2.2They have a template for New Order that admin receives when new order is place:/modules/mailalerts/mailalerts.phpand /modules/mailalerts/mails/en/new_order.html/modules/mailalerts/mails/en/new_order.txtI imagine the code must be change inside of mailalerts.php after adding {total_tax} to the html file.I've done this, however the products still display with tax included on price and my tax row I added says 0.00Can anyone help me modify mailalerts.php? I've managed to get the tax value to be correct, however the list of products purchased still includes the product price+tax...I need assistance removing the tax from the list of products now. I'll include complete code once finished so if others want to do this, they can. Link to comment Share on other sites More sharing options...
dothtmaster Posted February 8, 2011 Author Share Posted February 8, 2011 I've managed to remove the taxes per product and add in its own value {total_tax} inside of mails/en/etc...Now what I want to do is the same for Mail Alerts v 2.2They have a template for New Order that admin receives when new order is place:/modules/mailalerts/mailalerts.phpand /modules/mailalerts/mails/en/new_order.html/modules/mailalerts/mails/en/new_order.txtI imagine the code must be change inside of mailalerts.php after adding {total_tax} to the html file.I've done this, however the products still display with tax included on price and my tax row I added says 0.00Can anyone help me modify mailalerts.php? I've managed to get the tax value to be correct, however the list of products purchased still includes the product price+tax...I need assistance removing the tax from the list of products now. I'll include complete code once finished so if others want to do this, they can. Edit, fixed it all on my own, once again. If anyone wants the code reply to this. Link to comment Share on other sites More sharing options...
Kitlam123 Posted March 3, 2011 Share Posted March 3, 2011 My client is flipping that the tax is included in teh order emails.I would love to know how you did this.Thanks,Kit Link to comment Share on other sites More sharing options...
dothtmaster Posted March 15, 2011 Author Share Posted March 15, 2011 Still looking for solution? Email me. Link to comment Share on other sites More sharing options...
Kitlam123 Posted March 15, 2011 Share Posted March 15, 2011 I have emailed you a couple of times in there...but to no avail i guess.Just fire me a line at [email protected]Thanks,Kit Link to comment Share on other sites More sharing options...
Renatinha Posted March 17, 2011 Share Posted March 17, 2011 Still looking for solution tooThanks Link to comment Share on other sites More sharing options...
Borg Posted May 11, 2011 Share Posted May 11, 2011 SOLVEDGo to mailalerts.php to line 109 and find PS_TAX_INC, change it to PS_TAX_EXC. This will change price tax included to price tax excluded for every product in NEW ORDER EMAIL. If you want to change total price in NEW ORDER EMAIL do the same but in line 110. 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