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/invoice/thankyou.tpl
2011-05-03 09:49:04 +10:00

33 lines
1.2 KiB
Smarty

<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 class="table_heading">{t}Thank You{/t}</td>
</tr>
<tr valign="top">
<td class="row1">
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
<tr valign="top">
<td style="font-size: 120%; font-weight: bold;">{t}We want to take this opportunity to thank you for your purchase/invoice payment!{/t}</td>
</tr>
<tr valign="top">
<td>
{t}From here you may{/t}
<ul>
{if $VAR.id != ''}
<li><a href="?id={$VAR.id}&_page={if $VAR._next_page != ''}{$VAR._next_page}{else}invoice:user_view{/if}">{t}Click here to review your invoice details{/t}</a></li>
{/if}
<li><a href="?_page=account:account">{t}Click here to return to your account{/t}</a></li>
<li><a href="?_page=product_cat:menu">{t}View our other products and services{/t}</a></li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>