{*
$Id: order_history.html,v 1.1.2.1 2003/11/12 12:54:16 kasugai Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*}
{include_php file="`$smarty.const.DIR_FS_BOXES`order_history.php"}
{if (tep_session_is_registered('customer_id')) && $order_count > 0}
{osc_draw_module title="`$smarty.const.BOX_HEADING_CUSTOMER_ORDERS`" contents=$order_history_contents}
{/if}