This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/checkout_plugin/plugin_inv_PAYPAL_RECURRING.tpl
2008-11-26 14:50:40 -08:00

12 lines
421 B
Smarty

<tr valign="top">
<td class="row1">
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="middle">
<td width="33%"><b> Paypal Subscription ID</b></td>
<td width="66%">
{$invoice.checkout_plugin_data.0|default:"---" }
</td>
</tr>
</table>
</td>
</tr>