Server IP : 213.176.29.180 / Your IP : 3.133.152.151 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/webtaragh/public_html/whmcs/composer/../templates/orderforms/standard_cart/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{include file="orderforms/standard_cart/common.tpl"} <div id="order-standard_cart"> <div class="row"> <div class="cart-sidebar"> {include file="orderforms/standard_cart/sidebar-categories.tpl"} </div> <div class="cart-body"> <div class="header-lined"> <h1 class="font-size-36">{$LANG.orderconfirmation}</h1> </div> {include file="orderforms/standard_cart/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> {if $hasRecommendations} {include file="orderforms/standard_cart/includes/product-recommendations.tpl"} {/if} </div> </div> </div>