<?php /* Smarty version 2.6.28, created on 2017-01-23 22:44:51
         compiled from /home/solusito/public_html/templates/orderforms/verticalsteps/complete.tpl */ ?>
<link rel="stylesheet" type="text/css" href="templates/orderforms/<?php echo $this->_tpl_vars['carttpl']; ?>
/style.css" />

<div id="order-verticalsteps">

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "orderforms/verticalsteps/verticalsteps.tpl", 'smarty_include_vars' => array('step' => 5)));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<div class="maincontent">

<h1><?php echo $this->_tpl_vars['LANG']['orderconfirmation']; ?>
</h1>

<p><?php echo $this->_tpl_vars['LANG']['orderreceived']; ?>
</p>

<div class="orderbox ordernum">
    <?php echo $this->_tpl_vars['LANG']['ordernumberis']; ?>
 <?php echo $this->_tpl_vars['ordernumber']; ?>

</div>

<p><?php echo $this->_tpl_vars['LANG']['orderfinalinstructions']; ?>
</p>

<?php if ($this->_tpl_vars['invoiceid'] && ! $this->_tpl_vars['ispaid']): ?>
<div class="errorbox"><?php echo $this->_tpl_vars['LANG']['ordercompletebutnotpaid']; ?>
</div>
<p align="center"><a href="viewinvoice.php?id=<?php echo $this->_tpl_vars['invoiceid']; ?>
" target="_blank"><?php echo $this->_tpl_vars['LANG']['invoicenumber']; ?>
<?php echo $this->_tpl_vars['invoiceid']; ?>
</a></p>
<?php endif; ?>

<?php $_from = $this->_tpl_vars['addons_html']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['addon_html']):
?>
<div style="margin:15px 0 15px 0;"><?php echo $this->_tpl_vars['addon_html']; ?>
</div>
<?php endforeach; endif; unset($_from); ?>

<?php if ($this->_tpl_vars['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 -->
<?php endif; ?>

<p align="center"><a href="clientarea.php"><?php echo $this->_tpl_vars['LANG']['ordergotoclientarea']; ?>
</a></p>

</div>

</div>