Commerce Extra Tokens

Component ID

1532508

Component name

Commerce Extra Tokens

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

342

Component created

Component changed

Component body

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_line_items]</td>    
    </tr>
    <tr>
      <td width="75%">&nbsp;</td><td>[message:message-commerce-order:commerce_extra_tokens_total]</td>
    </tr>
    <tr>
      <td colspan="2">[message:message-commerce-order:commerce_extra_tokens_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_line_items]</td>    
    </tr>
    <tr>
      <td width="75%">&nbsp;</td><td>[commerce-order:commerce_extra_tokens_total]</td>
    </tr>
    <tr>
      <td colspan="2">[commerce-order:commerce_extra_tokens_payments]</td>
    </tr>
  </tbody>
</table>