<?php 
            }
            ?>
        </p>
      </td>
    </tr>
    <?php 
        }
        ?>
    <tr>
      <td>
        <?php 
        if ($order->shipping_method != 'None') {
            ?>
          <?php 
            if ($order->hasShippingInfo()) {
                ?>
          
            <p><strong><?php 
                _e('Shipping Information', 'cart66');
                ?>
</strong><br/>
            <?php 
                echo $order->ship_first_name;
                ?>
 <?php 
                echo $order->ship_last_name;
                ?>
<br/>
            <?php 
                echo $order->ship_address;