| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: orders_status.php,v 1.5 2002/01/29 14:43:00 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Orders Status'); 14 15 define('TABLE_HEADING_ORDERS_STATUS', 'Orders Status'); 16 define('TABLE_HEADING_ACTION', 'Action'); 17 18 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes'); 19 define('TEXT_INFO_ORDERS_STATUS_NAME', 'Orders Status:'); 20 define('TEXT_INFO_INSERT_INTRO', 'Please enter the new orders status with its related data'); 21 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this order status?'); 22 define('TEXT_INFO_HEADING_NEW_ORDERS_STATUS', 'New Orders Status'); 23 define('TEXT_INFO_HEADING_EDIT_ORDERS_STATUS', 'Edit Orders Status'); 24 define('TEXT_INFO_HEADING_DELETE_ORDERS_STATUS', 'Delete Orders Status'); 25 26 define('ERROR_REMOVE_DEFAULT_ORDER_STATUS', 'Error: The default order status can not be removed. Please set another order status as default, and try again.'); 27 define('ERROR_STATUS_USED_IN_ORDERS', 'Error: This order status is currently used in orders.'); 28 define('ERROR_STATUS_USED_IN_HISTORY', 'Error: This order status is currently used in the order status history.'); 29 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |