upse.php

来自「PHP 建站工具,CMS系统,类似与oscommerce」· PHP 代码 · 共 111 行

PHP
111
字号
<?php
/* -----------------------------------------------------------------------------------------
   $Id: UPS.php,v 1.1 2003/09/06 21:54:34 oldpa   Exp $   

   TWE-Commerce - community made shopping
   http://www.oldpa.com.tw
   Copyright (c) 2003 TWE-Commerce
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce( fedexeu.php,v 1.01 2003/02/18 03:25:00); www.oscommerce.com 
   (c) 2003	 nextcommerce (fedexeu.php,v 1.5 2003/08/1); www.nextcommerce.org   (c) 2003	 xt-commerce  www.xt-commerce.com   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   Third Party contributions:
   fedex_europe_1.02        	Autor:	Copyright (C) 2002 - 2003 TheMedia, Dipl.-Ing Thomas Pl鋘kers | http://www.themedia.at & http://www.oscommerce.at

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/



define('MODULE_SHIPPING_UPSE_TEXT_TITLE', 'UPS Express');
define('MODULE_SHIPPING_UPSE_TEXT_DESCRIPTION', 'UPS Weltweit Versandmodul');
define('MODULE_SHIPPING_UPSE_TEXT_WAY', 'Versand nach');
define('MODULE_SHIPPING_UPSE_TEXT_UNITS', 'kg');
define('MODULE_SHIPPING_UPSE_INVALID_ZONE', 'Es ist leider kein Versand in dieses Land m&ouml;glich');
define('MODULE_SHIPPING_UPSE_UNDEFINED_RATE', 'Die Versandkosten k&ouml;nnen im Moment nicht errechnet werden');

define('MODULE_SHIPPING_UPSE_STATUS_TITLE' , 'UPS Express');
define('MODULE_SHIPPING_UPSE_STATUS_DESC' , 'Wollen Sie den Versand durch UPS Weltweit anbieten?');
define('MODULE_SHIPPING_UPSE_HANDLING_TITLE' , 'Handling Fee');
define('MODULE_SHIPPING_UPSE_HANDLING_DESC' , 'Bearbeitungsgeb黨r f黵 diese Versandart in Euro');
define('MODULE_SHIPPING_UPSE_TAX_CLASS_TITLE' , 'Steuersatz');
define('MODULE_SHIPPING_UPSE_TAX_CLASS_DESC' , 'W鋒len Sie den MwSt.-Satz f黵 diese Versandart aus.');
define('MODULE_SHIPPING_UPSE_ZONE_TITLE' , 'Versand Zone');
define('MODULE_SHIPPING_UPSE_ZONE_DESC' , 'Wenn Sie eine Zone ausw鋒len, wird diese Versandart nur in dieser Zone angeboten.');
define('MODULE_SHIPPING_UPSE_SORT_ORDER_TITLE' , 'Reihenfolge der Anzeige');
define('MODULE_SHIPPING_UPSE_SORT_ORDER_DESC' , 'Niedrigste wird zuerst angezeigt.');
define('MODULE_SHIPPING_UPSE_ALLOWED_TITLE' , 'Einzelne Versandzonen');
define('MODULE_SHIPPING_UPSE_ALLOWED_DESC' , 'Geben Sie <b>einzeln</b> die Zonen an, in welche ein Versand m鰃lich sein soll. zb AT,DE');




/* UPS Express

*/

define('MODULE_SHIPPING_UPSE_COUNTRIES_1_TITLE' , 'UPS Express Zone 1 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_1_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 1');
define('MODULE_SHIPPING_UPSE_COST_1_TITLE' , 'UPS Express Zone 1 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_1_DESC' , 'Shipping rates to Zone 1 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_2_TITLE' , 'UPS Express Zone 2 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_2_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 2');
define('MODULE_SHIPPING_UPSE_COST_2_TITLE' , 'UPS Express Zone 2 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_2_DESC' , 'Shipping rates to Zone 2 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_3_TITLE' , 'UPS Express Zone 3 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_3_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 3');
define('MODULE_SHIPPING_UPSE_COST_3_TITLE' , 'UPS Zone 3 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_3_DESC' , 'Shipping rates to Zone 3 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_4_TITLE' , 'UPS Express Zone 4 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_4_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 4');
define('MODULE_SHIPPING_UPSE_COST_4_TITLE' , 'UPS Express Zone 4 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_4_DESC' , 'Shipping rates to Zone 5 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_5_TITLE' , 'UPS Express Zone 5 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_5_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 5');
define('MODULE_SHIPPING_UPSE_COST_5_TITLE' , 'UPS Express Zone 5 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_5_DESC' , 'Shipping rates to Zone 5 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_6_TITLE' , 'UPS Express Zone 6 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_6_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 6');
define('MODULE_SHIPPING_UPSE_COST_6_TITLE' , 'UPS Express Zone 6 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_6_DESC' , 'Shipping rates to Zone 6 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_7_TITLE' , 'UPS Express Zone 7 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_7_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 7');
define('MODULE_SHIPPING_UPSE_COST_7_TITLE' , 'UPS Express Zone 7 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_7_DESC' , 'Shipping rates to Zone 7 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_8_TITLE' , 'UPS Express Zone 8 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_8_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 8');
define('MODULE_SHIPPING_UPSE_COST_8_TITLE' , 'UPS Express Zone 8 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_8_DESC' , 'Shipping rates to Zone 8 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_9_TITLE' , 'UPS Express Zone 9 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_9_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 9');
define('MODULE_SHIPPING_UPSE_COST_9_TITLE' , 'UPS Express Zone 9 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_9_DESC' , 'Shipping rates to Zone 9 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_10_TITLE' , 'UPS Express Zone 10 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_10_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 10');
define('MODULE_SHIPPING_UPSE_COST_10_TITLE' , 'UPS Express Zone 10 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_10_DESC' , 'Shipping rates to Zone 10 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_11_TITLE' , 'UPS Express Zone 11 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_11_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 11');
define('MODULE_SHIPPING_UPSE_COST_11_TITLE' , 'UPS Express Zone 11 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_11_DESC' , 'Shipping rates to Zone 11 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');

define('MODULE_SHIPPING_UPSE_COUNTRIES_12_TITLE' , 'UPS Express Zone 12 Countries');
define('MODULE_SHIPPING_UPSE_COUNTRIES_12_DESC' , 'Comma separated list of two character ISO country codes that are part of Zone 12');
define('MODULE_SHIPPING_UPSE_COST_12_TITLE' , 'UPS Express Zone 12 Shipping Table');
define('MODULE_SHIPPING_UPSE_COST_12_DESC' , 'Shipping rates to Zone 12 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?