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%"> </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%"> </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
52 sites report using this module
- Created by andyg5000 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

