Discussions

email order confirmation

Hello,

I'm looking for a solution about confirmation email sent when the checkout is complete.
I've found "Commerce order message : order notification e-mail" at /admin/commerce/config/checkout/rules but there're no actions for edit email content.
How do this ? Is-it possible ? Or... We have to use the "hook_mail_alter" ...?

There is a template for this mail ? I see drupal add the logo at the top.

So, if somebody can help me :)

I hope there's a backend solution for edit email !

Posted: Mar 1, 2013

Comments

ron_ron on March 1, 2013

Hi,

I´ve done that with the module htmlmail and a template for this module.

gmrx38 on March 1, 2013

Thanks you, I'll try.
But, how know what name give to the template ?

Duppy Oscar on January 16, 2015

I was struggling with this too, but then i found this.

admin/structure/messages/manage/commerce_order_order_confirmation

There you can translate the html that is sent and add/replace tokens.

I hope it works