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 !
Comments
Hi,
Hi,
I´ve done that with the module htmlmail and a template for this module.
Hi,
Thanks you, I'll try.
But, how know what name give to the template ?
Try Commerce Email
Try http://drupal.org/project/commerce_email may be it helps.
I'd recommend http://drupal
I'd recommend http://drupal.org/project/commerce_message as it is the Kickstart 2 way of handling email. It defines "templates" of messages that can be sent. You can also explore all full "email" modules available here:
http://www.drupalcommerce.org/extensions/module/email
Thanks
Thanks
Attach file to commerce_order_order_confirmation
Hi joshmiller,
Is there a way to attach file to commerce_order_order_confirmation email?
I need to attach a pdf file to it. But I have searched several days and didn't get a solution.
Thanks,
Tim
What about a rule and another
What about a rule and another email?
or modify this
admin/structure/messages/manage/commerce_order_order_confirmation
The template is here
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