Question

How to add the subscription dates in invoice notification?

Answer

The desired dates are displayed in invoice description, like following:

Description  Renewal of subscription #XXX for the period from 23-Jan-2014 through 23-Feb-2014

To add this description to invoice notification please use the placeholder @@Description@:

<tr>
<td>
@@Description@
</td>
</tr>

Please, note that Description string may differ depending on invoice and corresponding order type

Internal content