40 lines
1.2 KiB
Smarty
40 lines
1.2 KiB
Smarty
{$method->exe('invoice','tpl_checkout_multiple_preview')}
|
|
{if $total}
|
|
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="body">
|
|
<tr>
|
|
<td valign="top" align="center" width="35%">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
|
|
<tr>
|
|
<td>
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
|
<tr valign="top">
|
|
<td width="65%" class="row1">
|
|
<table width="100%" border="0" cellspacing="5" cellpadding="1" class="row1">
|
|
<tr>
|
|
<td width="74%"><div style="text-align: center;">
|
|
<p>{t}The selected invoices total:{/t} <b>{$total}</b>.</p>
|
|
<p>{t}To make payment, please select a payment option below.{/t}</p>
|
|
</div></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br/>
|
|
{/if}
|
|
|
|
<!-- Display checkout optoins -->
|
|
{$block->display('invoice:checkoutoptions')}
|