* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
* http://virtuemart.net
*/
ps_checkout::show_checkout_bar();
echo $basket_html;
echo '<br />';
?>
<div style="width: 100%; align:left;">
	<?php 
// CHECK_OUT_GET_SHIPPING_ADDR
// let the user choose a shipto address
echo ps_checkout::display_address();
?>
<br />
</div>
<div class="sectiontableheader" style="width: 100%; align: left; float: left;"> <?php 
echo $VM_LANG->_('PHPSHOP_ORDER_PRINT_CUST_SHIPPING_LBL');
?>
</div>

<div style="width: 100%; align:left; float:left;">
<?php 
$varname = 'PHPSHOP_CHECKOUT_MSG_' . CHECK_OUT_GET_SHIPPING_ADDR;
echo '<h4>' . $VM_LANG->_($varname) . '</h4>';
?>
</div>
<!-- Customer Ship To -->