Jump to content

Removine reference from order confirmation email


Recommended Posts

Hi there,

I have edited the order_conf.html in the mail/en/.. But it references {products} in the item table and i would like to edit this so that i can permanently remove the reference header and the reference that is inserted into the email

At moment i have removed the but the reference is still called and inserted into its own lingering table cell.

Any help is appreciated.

Thanks!

Link to comment
Share on other sites

If it not good to change core classes, but if you have to do that, you will need to remove or comment out one line in file /classes/PaymentModule.php.

Around line # 259

           <td style="padding: 0.6em 0.4em;">'.$product['reference'].'</td>




If you are using Ver 1.4, then you should create override class under folder /overwride/classes/

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