This project is not covered by Drupal’s security advisory policy.

This module provides extra tokens for commerce order entities that can be used for sending HTML formatted email confirmations. An example of how to use this with Commerce Kickstart Messages (Commerce Back Office/Message Notify) is:

<table width="100%">
  <tbody>
    <tr>
      <td colspan="2">[message:message-commerce-order:commerce_extra_tokens_order_line_items]</td>    
    </tr>
    <tr>
      <td width="75%">&nbsp;</td><td>[message:message-commerce-order:commerce_extra_tokens_order_total]</td>
    </tr>
    <tr>
      <td colspan="2">[message:message-commerce-order:commerce_extra_tokens_order_payments]</td>
    </tr>
  </tbody>
</table>

An example of how to use this with Commerce Email is:

<table width="100%">
  <tbody>
    <tr>
      <td colspan="2">[commerce-order:commerce_extra_tokens_order_line_items]</td>    
    </tr>
    <tr>
      <td width="75%">&nbsp;</td><td>[commerce-order:commerce_extra_tokens_order_total]</td>
    </tr>
    <tr>
      <td colspan="2">[commerce-order:commerce_extra_tokens_order_payments]</td>
    </tr>
  </tbody>
</table>

Project information

Releases