You are here

README.txt in Commerce Email 7

Commerce Email for Drupal Commerce

- Adds a configuration page for the order email
- Email content can be entered into textarea/wysiwyg (if available) form
- Email content can also be set to be loaded from a template file:
commerce-order-email.tpl.php
- Allows the insertion of the order items into the email, token addition:
[commerce-email:order-items]
- Adds different language versions of each email

N.B. After install you will need to disable the existing checkout rules for
sending the order and account email, otherwise it will send out 2 emails.

File

README.txt
View source
  1. Commerce Email for Drupal Commerce
  2. - Adds a configuration page for the order email
  3. - Email content can be entered into textarea/wysiwyg (if available) form
  4. - Email content can also be set to be loaded from a template file:
  5. commerce-order-email.tpl.php
  6. - Allows the insertion of the order items into the email, token addition:
  7. [commerce-email:order-items]
  8. - Adds different language versions of each email
  9. N.B. After install you will need to disable the existing checkout rules for
  10. sending the order and account email, otherwise it will send out 2 emails.