|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00010 define('HEADING_TITLE', 'Categories / Products'); 00011 define('HEADING_TITLE_GOTO', 'Go To:'); 00012 00013 define('TABLE_HEADING_ID', 'ID'); 00014 define('TABLE_HEADING_CATEGORIES_PRODUCTS', 'Categories / Products'); 00015 define('TABLE_HEADING_CATEGORIES_SORT_ORDER', 'Sort'); 00016 00017 define('TABLE_HEADING_PRICE','Price/Special/Sale'); 00018 define('TABLE_HEADING_QUANTITY','Quantity'); 00019 00020 define('TABLE_HEADING_ACTION', 'Action'); 00021 define('TABLE_HEADING_STATUS', 'Status'); 00022 00023 define('TEXT_CATEGORIES', 'Categories:'); 00024 define('TEXT_SUBCATEGORIES', 'Subcategories:'); 00025 define('TEXT_PRODUCTS', 'Products:'); 00026 define('TEXT_PRODUCTS_PRICE_INFO', 'Price:'); 00027 define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:'); 00028 define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:'); 00029 define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:'); 00030 define('TEXT_DATE_ADDED', 'Date Added:'); 00031 define('TEXT_DATE_AVAILABLE', 'Date Available:'); 00032 define('TEXT_LAST_MODIFIED', 'Last Modified:'); 00033 define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST'); 00034 define('TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS', 'Please insert a new category or product in this level.'); 00035 define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank">webpage</a>.'); 00036 define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.'); 00037 define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.'); 00038 00039 define('TEXT_EDIT_INTRO', 'Please make any necessary changes'); 00040 define('TEXT_EDIT_CATEGORIES_ID', 'Category ID:'); 00041 define('TEXT_EDIT_CATEGORIES_NAME', 'Category Name:'); 00042 define('TEXT_EDIT_CATEGORIES_IMAGE', 'Category Image:'); 00043 define('TEXT_EDIT_SORT_ORDER', 'Sort Order:'); 00044 00045 define('TEXT_INFO_COPY_TO_INTRO', 'Please choose a new category you wish to copy this product to'); 00046 define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories: '); 00047 00048 define('TEXT_INFO_HEADING_NEW_CATEGORY', 'New Category'); 00049 define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category'); 00050 define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Category'); 00051 define('TEXT_INFO_HEADING_MOVE_CATEGORY', 'Move Category'); 00052 define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product'); 00053 define('TEXT_INFO_HEADING_MOVE_PRODUCT', 'Move Product'); 00054 define('TEXT_INFO_HEADING_COPY_TO', 'Copy To'); 00055 00056 define('TEXT_DELETE_CATEGORY_INTRO', 'Are you sure you want to delete this category?'); 00057 define('TEXT_DELETE_CATEGORY_INTRO_LINKED_PRODUCTS', '<strong>Warning:</strong> Linked Products whose Master Categories ID are deleted will not price properly. You should first assure that when deleting a Category that contains Linked Products that you reset the Product(s) Master Categories ID to another Category before removing a Category'); 00058 define('TEXT_DELETE_PRODUCT_INTRO', 'Are you sure you want to permanently delete this product?'); 00059 00060 define('TEXT_DELETE_WARNING_CHILDS', '<b>WARNING:</b> There are %s (child-)categories still linked to this category!'); 00061 define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this category!'); 00062 00063 define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish <b>%s</b> to reside in'); 00064 define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish <b>%s</b> to reside in'); 00065 define('TEXT_MOVE', 'Move <b>%s</b> to:'); 00066 00067 define('TEXT_NEW_CATEGORY_INTRO', 'Please fill out the following information for the new category'); 00068 define('TEXT_CATEGORIES_NAME', 'Category Name:'); 00069 define('TEXT_CATEGORIES_IMAGE', 'Category Image:'); 00070 define('TEXT_SORT_ORDER', 'Sort Order:'); 00071 00072 define('TEXT_PRODUCTS_STATUS', 'Products Status:'); 00073 define('TEXT_PRODUCTS_VIRTUAL', 'Product is Virtual:'); 00074 define('TEXT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING', 'Always Free Shipping:'); 00075 define('TEXT_PRODUCTS_QTY_BOX_STATUS', 'Products Quantity Box Shows:'); 00076 define('TEXT_PRODUCTS_DATE_AVAILABLE', 'Date Available:'); 00077 define('TEXT_PRODUCT_AVAILABLE', 'In Stock'); 00078 define('TEXT_PRODUCT_NOT_AVAILABLE', 'Out of Stock'); 00079 define('TEXT_PRODUCT_IS_VIRTUAL', 'Yes, Skip Shipping Address'); 00080 define('TEXT_PRODUCT_NOT_VIRTUAL', 'No, Shipping Address Required'); 00081 define('TEXT_PRODUCT_IS_ALWAYS_FREE_SHIPPING', 'Yes, Always Free Shipping'); 00082 define('TEXT_PRODUCT_NOT_ALWAYS_FREE_SHIPPING', 'No, Normal Shipping Rules'); 00083 00084 define('TEXT_PRODUCTS_QTY_BOX_STATUS_ON', 'Yes, Show Quantity Box'); 00085 define('TEXT_PRODUCTS_QTY_BOX_STATUS_OFF', 'No, Do not show Quantity Box'); 00086 00087 define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:'); 00088 define('TEXT_PRODUCTS_NAME', 'Products Name:'); 00089 define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:'); 00090 define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:'); 00091 define('TEXT_PRODUCTS_MODEL', 'Products Model:'); 00092 define('TEXT_PRODUCTS_IMAGE', 'Products Image:'); 00093 define('TEXT_PRODUCTS_IMAGE_DIR', 'Upload to directory:'); 00094 define('TEXT_PRODUCTS_URL', 'Products URL:'); 00095 define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '<small>(without http://)</small>'); 00096 define('TEXT_PRODUCTS_PRICE_NET', 'Products Price (Net):'); 00097 define('TEXT_PRODUCTS_PRICE_GROSS', 'Products Price (Gross):'); 00098 define('TEXT_PRODUCTS_WEIGHT', 'Products Shipping Weight:'); 00099 00100 define('EMPTY_CATEGORY', 'Empty Category'); 00101 00102 define('TEXT_HOW_TO_COPY', 'Copy Method:'); 00103 define('TEXT_COPY_AS_LINK', 'Link product'); 00104 define('TEXT_COPY_AS_DUPLICATE', 'Duplicate product'); 00105 00106 define('TEXT_RESTRICT_PRODUCT_TYPE', 'Restrict to Product Type'); 00107 define('TEXT_CATEGORY_HAS_RESTRICTIONS', 'This Category has been restricted to these Product Types'); 00108 define('ERROR_CANNOT_ADD_PRODUCT_TYPE','The specified product type cannot be added to this category. Check your category restrictions.'); 00109 00110 // Products and Attribute Copy Options 00111 define('TEXT_COPY_ATTRIBUTES_ONLY','Only used for Duplicate Products ...'); 00112 define('TEXT_COPY_ATTRIBUTES','Copy Product Attributes to Duplicate?'); 00113 define('TEXT_COPY_ATTRIBUTES_YES','Yes'); 00114 define('TEXT_COPY_ATTRIBUTES_NO','No'); 00115 00116 define('TEXT_INFO_CURRENT_PRODUCT', 'Current Product: '); 00117 define('TABLE_HEADING_MODEL', 'Model'); 00118 00119 define('TEXT_INFO_HEADING_ATTRIBUTE_FEATURES','Attributes Changes for Products ID# '); 00120 define('TEXT_INFO_ATTRIBUTES_FEATURES_DELETE','Delete <strong>ALL</strong> Product Attributes for:<br />'); 00121 define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO','Copy Attributes to another Product or to an entire Category from:<br />'); 00122 00123 define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_PRODUCT','Copy Attributes to another <strong>product</strong> from:<br />'); 00124 define('TEXT_INFO_ATTRIBUTES_FEATURES_COPY_TO_CATEGORY','Copy Attributes to another <strong>category</strong> from:<br />'); 00125 00126 define('TEXT_COPY_ATTRIBUTES_CONDITIONS','<strong>How should existing product attributes be handled?</strong>'); 00127 define('TEXT_COPY_ATTRIBUTES_DELETE','<strong>Delete</strong> first, then copy new attributes'); 00128 define('TEXT_COPY_ATTRIBUTES_UPDATE','<strong>Update</strong> with new settings/prices, then add new ones'); 00129 define('TEXT_COPY_ATTRIBUTES_IGNORE','<strong>Ignore</strong> and add only new attributes'); 00130 00131 define('SUCCESS_ATTRIBUTES_DELETED','Attributes successfully deleted'); 00132 define('SUCCESS_ATTRIBUTES_UPDATE','Attributes successfully updated'); 00133 00134 define('ICON_ATTRIBUTES','Attribute Features'); 00135 00136 define('TEXT_CATEGORIES_IMAGE_DIR','Upload to directory:'); 00137 define('TEXT_CATEGORIES_IMAGE_MANUAL', '<strong>Or, select an existing image file from server, filename:</strong>'); 00138 00139 define('TEXT_VIRTUAL_PREVIEW','Warning: This product is marked - Free Shipping and Skips Shipping Address'); 00140 define('TEXT_VIRTUAL_EDIT','Warning: This product is marked - Free Shipping and Skips Shipping Address'); 00141 define('TEXT_FREE_SHIPPING_PREVIEW','Warning: This product is marked - Free Shipping, Shipping Address Required'); 00142 define('TEXT_FREE_SHIPPING_EDIT','Warning: Yes makes the product - Free Shipping, Shipping Address Required'); 00143 00144 define('TEXT_PRODUCTS_QTY_BOX_STATUS_PREVIEW','Warning: Does not show Quantity Box, Default to Qty 1'); 00145 define('TEXT_PRODUCTS_QTY_BOX_STATUS_EDIT','Warning: Does not show Quantity Box, Default to Qty 1'); 00146 00147 define('TEXT_PRODUCT_OPTIONS', '<strong>Please Choose:</strong>'); 00148 define('TEXT_PRODUCTS_ATTRIBUTES_INFO','Attribute Features For:'); 00149 define('TEXT_PRODUCT_ATTRIBUTES_DOWNLOADS','Downloads: '); 00150 00151 define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES','Product Priced by Attributes:'); 00152 define('TEXT_PRODUCT_IS_PRICED_BY_ATTRIBUTE','Yes'); 00153 define('TEXT_PRODUCT_NOT_PRICED_BY_ATTRIBUTE','No'); 00154 define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES_PREVIEW','*Display price will include lowest group attributes prices plus price'); 00155 define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES_EDIT','*Display price will include lowest group attributes prices plus price'); 00156 00157 define('TEXT_PRODUCTS_QUANTITY_MIN_RETAIL','Product Qty Minimum:'); 00158 define('TEXT_PRODUCTS_QUANTITY_UNITS_RETAIL','Product Qty Units:'); 00159 define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL','Product Qty Maximum:'); 00160 00161 define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL_EDIT','0 = Unlimited, 1 = No Qty Boxes or Max ##'); 00162 00163 define('TEXT_PRODUCTS_MIXED','Product Qty Min/Unit Mix:'); 00164 00165 define('PRODUCTS_PRICE_IS_FREE_TEXT', 'Product is Free'); 00166 define('TEXT_PRODUCT_IS_FREE','Product is Free:'); 00167 define('TEXT_PRODUCTS_IS_FREE_PREVIEW','*Product is marked as FREE'); 00168 define('TEXT_PRODUCTS_IS_FREE_EDIT','*Product is marked as FREE'); 00169 00170 define('TEXT_PRODUCT_IS_CALL','Product is Call for Price:'); 00171 define('TEXT_PRODUCTS_IS_CALL_PREVIEW','*Product is marked as CALL FOR PRICE'); 00172 define('TEXT_PRODUCTS_IS_CALL_EDIT','*Product is marked as CALL FOR PRICE'); 00173 00174 define('TEXT_ATTRIBUTE_COPY_SKIPPING','<strong>Skipping New Attribute </strong>'); 00175 define('TEXT_ATTRIBUTE_COPY_INSERTING','<strong>Inserting New Attribute from </strong>'); 00176 define('TEXT_ATTRIBUTE_COPY_UPDATING','<strong>Updating from Attribute </strong>'); 00177 00178 define('TEXT_SHIPPING_INFO', 00179 '<strong>Virtual Products</strong> do not have a shipping charge and do not require a shipping address such a Services, ' . TEXT_GV_NAMES . ', etc.<br />' . 00180 '<strong>Always Free Shipping</strong> does not have a shipping charge, but do require a shipping address<br />' . 00181 '<strong>Downloads</strong> are assumed to be Virtual Products - Neither option needs to be marked<br />' 00182 ); 00183 00184 define('TEXT_ANY_TYPE', 'Any Type'); 00185 define('TABLE_HEADING_PRODUCT_TYPES', 'Product Type(s)'); 00186 00187 // categories status 00188 define('TEXT_INFO_HEADING_STATUS_CATEGORY', 'Change Category Status for:'); 00189 define('TEXT_CATEGORIES_STATUS_INTRO', 'Change the Category Status to: '); 00190 define('TEXT_CATEGORIES_STATUS_OFF', 'OFF'); 00191 define('TEXT_CATEGORIES_STATUS_ON', 'ON'); 00192 define('TEXT_PRODUCTS_STATUS_INFO', 'Change ALL Product Status to: '); 00193 define('TEXT_PRODUCTS_STATUS_OFF', 'OFF'); 00194 define('TEXT_PRODUCTS_STATUS_ON', 'ON'); 00195 define('TEXT_PRODUCTS_STATUS_NOCHANGE', 'Unchanged'); 00196 define('TEXT_CATEGORIES_STATUS_WARNING', '<strong>WARNING ...</strong><br />Note: Disabling a category will disable all products in this category. Linked products located in this category that are shared with other categories will also be disabled.'); 00197 00198 define('TEXT_PRODUCTS_STATUS_ON_OF',' of '); 00199 define('TEXT_PRODUCTS_STATUS_ACTIVE',' active '); 00200 00201 define('TEXT_CATEGORIES_DESCRIPTION', 'Categories Description:'); 00202 define('PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT', 'Product is call for price'); 00203 00204 // Metatags 00205 define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Categories Meta Tags Definitions'); 00206 define('TEXT_EDIT_CATEGORIES_META_TAGS_INTRO', 'Define Custom Meta Tags'); 00207 define('TEXT_EDIT_CATEGORIES_META_TAGS_TITLE', 'Title:'); 00208 define('TEXT_EDIT_CATEGORIES_META_TAGS_KEYWORDS', 'Keywords:'); 00209 define('TEXT_EDIT_CATEGORIES_META_TAGS_DESCRIPTION', 'Description:'); 00210 00211 define('WARNING_PRODUCTS_IN_TOP_INFO', 'WARNING: You have Products in the Top Level Category. This will cause pricing to not work properly in the Catalog. Products found: '); 00212