Jump to content

How to remove the product reference from the order confirmation email and the invoice template ?


Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 7 months later...
  • 2 years later...
  • 4 months later...

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

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