USB83 Posted February 18, 2020 Share Posted February 18, 2020 Hello, I'm looking for a way to remove the product reference column from both the emails that are sent to the customer once his order is confirmed order_conf and the new_order email that's sent to the store owner. This is what i find in the html templates of the emails : <tr> <td colspan="5" style="border:1px solid #D6D4D4;text-align:center;color:#777;padding:7px 0"> {products} </td> </tr> Where can i edit that {products} tpl variable ? Same goes for the order invoice pdf template. Thanks a lot PS 1.6.1.24 1 Link to comment Share on other sites More sharing options...
USB83 Posted February 28, 2020 Author Share Posted February 28, 2020 Any ideas ? Thanks Link to comment Share on other sites More sharing options...
theodiablo Posted October 20, 2020 Share Posted October 20, 2020 I'd like to know the answer to this question as well! :-) Link to comment Share on other sites More sharing options...
sampsonzak Posted July 15, 2023 Share Posted July 15, 2023 Bump. I need this also. Link to comment Share on other sites More sharing options...
bav_it Posted November 22, 2023 Share Posted November 22, 2023 Edit the following files /home/XXXXXXX/public_html/mails/_partials/order_conf_product_list.tpl Remove first <TD> ...</TD> Assuming you have a theme installed and this one: /home/XXXXXXX/public_html/themes/THEME_NAME/mails/LANGUAGE_CODE/order_conf.html Here you should search for {products} (which is actually the first file in this comment) and above it there is a <colgroup>: remove first <col> Under it there is a <tr> (row), remove first <th...</th> and that it. ONLY if you don't have a theme installed, edit this one: /home/XXXXXXX/public_html/mails/LANGUAGE_CODE/order_conf.html 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