ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/tax_classes.php
Go to the documentation of this file.
00001 <?php
00010 define('HEADING_TITLE', 'Tax Classes');
00011 
00012 define('TABLE_HEADING_TAX_CLASS_ID', 'ID');
00013 define('TABLE_HEADING_TAX_CLASSES', 'Tax Classes');
00014 define('TABLE_HEADING_ACTION', 'Action');
00015 
00016 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
00017 define('TEXT_INFO_CLASS_TITLE', 'Tax Class Title:');
00018 define('TEXT_INFO_CLASS_DESCRIPTION', 'Description:');
00019 define('TEXT_INFO_DATE_ADDED', 'Date Added:');
00020 define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
00021 define('TEXT_INFO_INSERT_INTRO', 'Please enter the new tax class with its related data');
00022 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this tax class?');
00023 define('TEXT_INFO_HEADING_NEW_TAX_CLASS', 'New Tax Class');
00024 define('TEXT_INFO_HEADING_EDIT_TAX_CLASS', 'Edit Tax Class');
00025 define('TEXT_INFO_HEADING_DELETE_TAX_CLASS', 'Delete Tax Class');
00026 define('ERROR_TAX_RATE_EXISTS_FOR_CLASS', 'ERROR: Cannot delete this Tax Class -- Tax Rates are currently linked to this Tax Class.');
00027 define('ERROR_TAX_RATE_EXISTS_FOR_PRODUCTS', 'ERROR: Cannot delete this Tax Class -- There are %s products linked to this Tax Class.');
00028 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations