![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/orderforms/phox/ |
{include file="orderforms/phox/common.tpl"}
<div id="order-phox">
<div class="row">
<div class="cart-sidebar">
{include file="orderforms/phox/sidebar-categories.tpl"}
</div>
<div class="cart-body">
<div class="header-lined">
<h1 class="font-size-36">{$LANG.orderconfirmation}</h1>
</div>
{include file="orderforms/phox/sidebar-categories-collapsed.tpl"}
<p>{$LANG.orderreceived}</p>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 offset-sm-2">
<div class="alert alert-info order-confirmation">
{$LANG.ordernumberis} <span>{$ordernumber}</span>
</div>
</div>
</div>
<p>{$LANG.orderfinalinstructions}</p>
{if $expressCheckoutInfo}
<div class="alert alert-info text-center">
{$expressCheckoutInfo}
</div>
{elseif $expressCheckoutError}
<div class="alert alert-danger text-center">
{$expressCheckoutError}
</div>
{elseif $invoiceid && !$ispaid}
<div class="alert alert-warning text-center">
{$LANG.ordercompletebutnotpaid}
<br /><br />
<a href="{$WEB_ROOT}/viewinvoice.php?id={$invoiceid}" target="_blank" class="alert-link">
{$LANG.invoicenumber}{$invoiceid}
</a>
</div>
{/if}
{foreach $addons_html as $addon_html}
<div class="order-confirmation-addon-output">
{$addon_html}
</div>
{/foreach}
{if $ispaid}
<!-- Enter any HTML code which should be displayed when a user has completed checkout here -->
<!-- Common uses of this include conversion and affiliate tracking scripts -->
{/if}
<div class="text-center">
<a href="{$WEB_ROOT}/clientarea.php" class="btn btn-default">
{$LANG.orderForm.continueToClientArea}
<i class="fas fa-arrow-circle-right"></i>
</a>
</div>
</div>
</div>
</div>