Файл: whmcs/templates/orderforms/modern/complete.tpl
Строк: 42
<link rel="stylesheet" type="text/css"
href="templates/orderforms/{$carttpl}/style.css" />
<div
id="order-modern">
<h1>{$LANG.orderconfirmation}</h1>
<br
/>
<div class="signupfields
padded">
<p>{$LANG.orderreceived}</p>
<div
class="cartbox">
<p
align="center"><strong>{$LANG.ordernumberis}
{$ordernumber}</strong></p>
</div>
<p>{$LANG.orderfinalinstructions}</p>
{if
$invoiceid && !$ispaid}
<br />
<div
class="errorbox"
style="display:block;">{$LANG.ordercompletebutnotpaid}</div>
<p
align="center"><a
href="viewinvoice.php?id={$invoiceid}"
target="_blank">{$LANG.invoicenumber}{$invoiceid}</a></p>
{/if}
{foreach
from=$addons_html item=addon_html}
<div style="margin:15px 0 15px
0;">{$addon_html}</div>
{/foreach}
{if $ispaid}
<!--
Enter any HTML code which needs to be displayed once a user has completed
the checkout of their order here - for example conversion tracking and
affiliate tracking scripts -->
{/if}
</div>
<p
align="center"><a
href="clientarea.php">{$LANG.ordergotoclientarea}</a></p>
<br
/><br />
</div>