<?php /* Smarty version 2.6.28, created on 2016-11-27 06:12:56
         compiled from /home/solusito/public_html/templates/orderforms/verticalsteps/products.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' => 1)));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

<div class="maincontent">

<div class="left">

<form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>
">
<p><?php echo $this->_tpl_vars['LANG']['ordercategories']; ?>
: <select name="gid" onchange="submit()">
<?php $_from = $this->_tpl_vars['productgroups']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['productgroup']):
?>
<option value="<?php echo $this->_tpl_vars['productgroup']['gid']; ?>
"<?php if ($this->_tpl_vars['gid'] == $this->_tpl_vars['productgroup']['gid']): ?> selected="selected"<?php endif; ?>><?php echo $this->_tpl_vars['productgroup']['name']; ?>
</option>
<?php endforeach; endif; unset($_from); ?>
<?php if ($this->_tpl_vars['loggedin']): ?>
<option value="addons"><?php echo $this->_tpl_vars['LANG']['cartproductaddons']; ?>
</option>
<?php if ($this->_tpl_vars['renewalsenabled']): ?><option value="renewals"><?php echo $this->_tpl_vars['LANG']['domainrenewals']; ?>
</option><?php endif; ?>
<?php endif; ?>
<?php if ($this->_tpl_vars['registerdomainenabled']): ?><option value="domains"><?php echo $this->_tpl_vars['LANG']['orderdomainregonly']; ?>
</option><?php endif; ?>
</select></p>
</form>

</div>
<div class="right">

<?php if (! $this->_tpl_vars['loggedin'] && $this->_tpl_vars['currencies']): ?>
<form method="post" action="cart.php?gid=<?php echo $this->_tpl_vars['gid']; ?>
">
<p align="right"><?php echo $this->_tpl_vars['LANG']['choosecurrency']; ?>
: <select name="currency" onchange="submit()"><?php $_from = $this->_tpl_vars['currencies']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['curr']):
?>
<option value="<?php echo $this->_tpl_vars['curr']['id']; ?>
"<?php if ($this->_tpl_vars['curr']['id'] == $this->_tpl_vars['currency']['id']): ?> selected<?php endif; ?>><?php echo $this->_tpl_vars['curr']['code']; ?>
</option>
<?php endforeach; endif; unset($_from); ?></select> <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['go']; ?>
" /></p>
</form>
<?php endif; ?>

</div>

<br /><br /><br />

<?php $_from = $this->_tpl_vars['products']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['product']):
?>
<div class="orderbox">

<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>
?a=add&<?php if ($this->_tpl_vars['product']['bid']): ?>bid=<?php echo $this->_tpl_vars['product']['bid']; ?>
<?php else: ?>pid=<?php echo $this->_tpl_vars['product']['pid']; ?>
<?php endif; ?>">
<table width="100%"><tr><td width="75%">
<strong><?php echo $this->_tpl_vars['product']['name']; ?>
</strong> <?php if ($this->_tpl_vars['product']['qty'] != ""): ?><em>(<?php echo $this->_tpl_vars['product']['qty']; ?>
 <?php echo $this->_tpl_vars['LANG']['orderavailable']; ?>
)</em><?php endif; ?> - <?php echo $this->_tpl_vars['product']['description']; ?>
<br /><br />
<?php if ($this->_tpl_vars['product']['freedomain']): ?><em><?php echo $this->_tpl_vars['LANG']['orderfreedomainregistration']; ?>
 <?php echo $this->_tpl_vars['LANG']['orderfreedomaindescription']; ?>
</em><br /><?php endif; ?>
<?php if ($this->_tpl_vars['product']['bid']): ?>
<strong><?php echo $this->_tpl_vars['LANG']['bundledeal']; ?>
</strong><?php if ($this->_tpl_vars['product']['displayprice']): ?> <?php echo $this->_tpl_vars['product']['displayprice']; ?>
<?php endif; ?>
<?php elseif ($this->_tpl_vars['product']['paytype'] == 'free'): ?>
<?php echo $this->_tpl_vars['LANG']['orderfree']; ?>
<br />
<input type="hidden" name="billingcycle" value="free" />
<?php elseif ($this->_tpl_vars['product']['paytype'] == 'onetime'): ?>
<?php if ($this->_tpl_vars['product']['pricing']['hasconfigoptions']): ?><?php echo $this->_tpl_vars['LANG']['startingfrom']; ?>
 <?php endif; ?><?php echo $this->_tpl_vars['product']['pricing']['onetime']; ?>
 <?php echo $this->_tpl_vars['LANG']['orderpaymenttermonetime']; ?>
<br />
<input type="hidden" name="billingcycle" value="onetime" />
<?php elseif ($this->_tpl_vars['product']['paytype'] == 'recurring'): ?>
<select name="billingcycle">
<?php if ($this->_tpl_vars['product']['pricing']['monthly']): ?><option value="monthly"><?php echo $this->_tpl_vars['product']['pricing']['monthly']; ?>
</option><?php endif; ?>
<?php if ($this->_tpl_vars['product']['pricing']['quarterly']): ?><option value="quarterly"><?php echo $this->_tpl_vars['product']['pricing']['quarterly']; ?>
</option><?php endif; ?>
<?php if ($this->_tpl_vars['product']['pricing']['semiannually']): ?><option value="semiannually"><?php echo $this->_tpl_vars['product']['pricing']['semiannually']; ?>
</option><?php endif; ?>
<?php if ($this->_tpl_vars['product']['pricing']['annually']): ?><option value="annually"><?php echo $this->_tpl_vars['product']['pricing']['annually']; ?>
</option><?php endif; ?>
<?php if ($this->_tpl_vars['product']['pricing']['biennially']): ?><option value="biennially"><?php echo $this->_tpl_vars['product']['pricing']['biennially']; ?>
</option><?php endif; ?>
<?php if ($this->_tpl_vars['product']['pricing']['triennially']): ?><option value="triennially"><?php echo $this->_tpl_vars['product']['pricing']['triennially']; ?>
</option><?php endif; ?>
</select>
<?php endif; ?>
</td><td width="25%" class="textcenter">
<input type="submit" value="<?php echo $this->_tpl_vars['LANG']['ordernowbutton']; ?>
"<?php if ($this->_tpl_vars['product']['qty'] == '0'): ?> disabled<?php endif; ?> />
</td></tr></table>
</form>

</div>
<?php endforeach; endif; unset($_from); ?>

<p><img align="left" src="images/padlock.gif" border="0" alt="Secure Transaction" style="padding-right: 10px;" /> <?php echo $this->_tpl_vars['LANG']['ordersecure']; ?>
 (<strong><?php echo $this->_tpl_vars['ipaddress']; ?>
</strong>) <?php echo $this->_tpl_vars['LANG']['ordersecure2']; ?>
</p>

</div>

<div class="clear"></div>

</div>