<p><?php 
echo $payment_method;
?>
</p>
        </div>
        <div class="span6">
            <?php 
if ($delivery != FALSE) {
    ?>
            <h6><?php 
    echo lang('order_delivery_address_title');
    ?>
</h6>
            
            <p><?php 
    echo address_format($delivery, '<br />');
    ?>
</p>
        
                <?php 
    if (!empty($info['shipping_method'])) {
        ?>
            
            <h6><?php 
        echo lang('order_shipping_method_title');
        ?>
</h6>
            
            <p><?php 
        echo $info['shipping_method'];
        ?>
            <div style="float: right; padding: 0px 0px 10px 20px; text-align: center;">
            <?php 
    echo '<b>' . lang('please_select') . '</b><br />';
    ?>
            </div>
            
            <p style="margin-top: 0px;"><?php 
    echo lang('choose_shipping_address');
    ?>
</p>
        </li>    
    	<li style="margin-bottom: 10px">
        <?php 
    $address = array();
    foreach ($address_books as $address_book) {
        $address[$address_book['address_book_id']] = address_format($address_book, ', ');
    }
    echo form_dropdown('sel_shipping_address', $address, null, 'id="sel_shipping_address"');
    ?>
    </li>
<?php 
}
?>
    
    <div id="shippingAddressDetails" style="display: <?php 
echo $create_shipping_address == FALSE ? 'none' : '';
?>
">
    
    <?php 
if (config('ACCOUNT_GENDER') > -1) {
        ?>
</p>
                    <?php 
    }
    ?>
                <?php 
}
?>
				</td>
				<td valign="top">
                    <p><b><?php 
echo lang('order_billing_address_title');
?>
</b></p>
                    <p><?php 
echo address_format($billing_address, '<br />');
?>
</p>
                    
                    <p><b><?php 
echo lang('order_payment_method_title');
?>
</b></p>
                    <p><?php 
echo $billing_method;
?>
</p>
    			</td>
            </tr>
            <tr>
            	<td width="100%" colspan="2" valign="top">