Jump to content

Change content of order confirmation e-mails


Recommended Posts

I noticed that the order confirmation e-mail which the customer receives (order_conf.html), is different than the order confirmation e-mail the shop owner receives (new_order.html of the "mailalerts" module)

The "order_conf.html" uses {products} and {discounts} to display the information.

The "new_order.html" uses {items} to display the information.

Now: I'd like the second one to display exactly the same, as the first one does, because right now, the first one contains more information (due to a module) than the second one.

 

Is there a way to do this? Thanks in advance for any advice!

 

Link to comment
Share on other sites

this requires core changes

especially paymentModule class modifications.

it will be required to move there functions from "mailAlerts" module.

this is the only one way to change the mail contents.

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