Skip to content
Advertisement

How can I change opencart order email content as our wish? Is it possible?

Can I change the content of order email, which file it exactly refers? This is a confirmation of an online transaction placed with ######. The AuthOnly transaction totaled $171.90 and will be processed to your account.

JavaScript

Advertisement

Answer

Yes of course it’s possible. You can modify the content by editing the following template file:

JavaScript

(assuming that you are using the default template)

But if you want to modify the subject and other stuff, you’ll need to edit the order Model file:

JavaScript

then find

JavaScript

and set the $subject to whatever you want 🙂

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement