usps.php
来自「每个RFC 3261信息头有一个相应的存取标识. 但是,许多信息头拥有同样的形式」· PHP 代码 · 共 20 行
PHP
20 行
<?php/* $Id: usps.php,v 1.8 2003/02/14 12:54:37 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License*/define('MODULE_SHIPPING_USPS_TEXT_TITLE', 'United States Postal Service');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.');define('MODULE_SHIPPING_USPS_TEXT_OPT_PP', 'Parcel Post');define('MODULE_SHIPPING_USPS_TEXT_OPT_PM', 'Priority Mail');define('MODULE_SHIPPING_USPS_TEXT_OPT_EX', 'Express Mail');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.');?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?