isLoggedOn() == false) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } require(DIR_WS_LANGUAGES . $osC_Session->value('language') . '/' . FILENAME_ACCOUNT); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_ACCOUNT, '', 'SSL')); ?> > <?php echo TITLE; ?>
size('account') > 0) { ?> 0) { ?>
output('account'); ?>
' . OVERVIEW_SHOW_ALL_ORDERS . ''; ?>
' . OVERVIEW_PREVIOUS_ORDERS . '
' . tep_image(DIR_WS_IMAGES . 'arrow_south_east.gif'); ?>
id . "' and o.orders_id = ot.orders_id and ot.class = 'ot_total' and o.orders_status = s.orders_status_id and s.language_id = '" . (int)$osC_Session->value('languages_id') . "' order by orders_id desc limit 3"); while ($orders = tep_db_fetch_array($orders_query)) { if (tep_not_null($orders['delivery_name'])) { $order_name = $orders['delivery_name']; $order_country = $orders['delivery_country']; } else { $order_name = $orders['billing_name']; $order_country = $orders['billing_country']; } ?>
' . tep_image_button('small_view.gif', SMALL_IMAGE_BUTTON_VIEW) . ''; ?>
' . MY_ACCOUNT_INFORMATION . ''; ?>
' . MY_ACCOUNT_ADDRESS_BOOK . ''; ?>
' . MY_ACCOUNT_PASSWORD . ''; ?>
' . MY_ORDERS_VIEW . ''; ?>
' . EMAIL_NOTIFICATIONS_NEWSLETTERS . ''; ?>
' . EMAIL_NOTIFICATIONS_PRODUCTS . ''; ?>