| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: usps.php,v 1.8 2003/02/14 12:54:37 dgw_ 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('MODULE_SHIPPING_USPS_TEXT_TITLE', 'United States Postal Service'); 14 define('MODULE_SHIPPING_USPS_TEXT_DESCRIPTION', 'United States Postal Service<br><br>You will need to have registered an account with USPS at http://www.uspsprioritymail.com/et_regcert.html to use this module<br><br>USPS expects you to use pounds as weight measure for your products.'); 15 define('MODULE_SHIPPING_USPS_TEXT_OPT_PP', 'Parcel Post'); 16 define('MODULE_SHIPPING_USPS_TEXT_OPT_PM', 'Priority Mail'); 17 define('MODULE_SHIPPING_USPS_TEXT_OPT_EX', 'Express Mail'); 18 define('MODULE_SHIPPING_USPS_TEXT_ERROR', 'An error occured with the USPS shipping calculations.<br>If you prefer to use USPS as your shipping method, please contact the store owner.'); 19 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |