* Displays all customers previous orders * * @package templateSystem * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_account_history_default.php 2580 2005-12-16 07:31:21Z birdbrain $ */ ?>


' . TEXT_ORDER_DATE . ' ' . zen_date_long($history['date_purchased']) . '
' . $history['order_type'] . ' ' . zen_output_string_protected($history['order_name']); ?>
' . TEXT_ORDER_PRODUCTS . ' ' . $history['product_count'] . '
' . TEXT_ORDER_COST . ' ' . strip_tags($history['order_total']); ?>
' . zen_image_button(BUTTON_IMAGE_VIEW_SMALL, BUTTON_VIEW_SMALL_ALT) . ''; ?>

' . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . ''; ?>