Jump to content

Editing Email Template


Recommended Posts

Hello community,

 

I want to edit the "order_conf.html" from the default installation. In detail I want to change the {product} - layout and remove some columns. Where can I find the definition of the {product}? Searching all files for this string was unsuccessful.

<tr>
   <td colspan="3" style="border:1px solid #D6D4D4;text-align:center;color:#777;padding:7px 0">
      {products} 
   </td>
</tr>
Link to comment
Share on other sites

This gets assigned in PaymentModule.php, line 746 or thereabouts, which in turn is assigned html and txt formatted versions of the product list around line 500.  If you just want to reorder or delete columns you can edit the order_conf_product_list.tpl & order_conf_product_list.txt files for each language.

 

(haven't tested this but it should pick up the overridden email templates above from versions in your template directory, which is better than editing the email templates in the main directory.)

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