ot_cod_fee.php
来自「PHP 建站工具,CMS系统,类似与oscommerce」· PHP 代码 · 共 72 行
PHP
72 行
<?php
/* -----------------------------------------------------------------------------------------
$Id: ot_cod_fee.php,v 1.1 2003/12/19 13:19:08 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(ot_cod_fee.php,v 1.02 2003/02/24); www.oscommerce.com
(C) 2001 - 2003 TheMedia, Dipl.-Ing Thomas Pl鋘kers ; http://www.themedia.at & http://www.oscommerce.at
Released under the GNU General Public License
---------------------------------------------------------------------------------------*/
define('MODULE_ORDER_TOTAL_COD_TITLE', 'COD charge');
define('MODULE_ORDER_TOTAL_COD_DESCRIPTION', 'Calculation of the COD charge');
define('MODULE_ORDER_TOTAL_COD_STATUS_TITLE','COD charge');
define('MODULE_ORDER_TOTAL_COD_STATUS_DESC','Calculation of the COD charge');
define('MODULE_ORDER_TOTAL_COD_SORT_ORDER_TITLE','Sort Order');
define('MODULE_ORDER_TOTAL_COD_SORT_ORDER_DESC','Sort order of display');
define('MODULE_ORDER_TOTAL_COD_FEE_FLAT_TITLE','Flat Shippingcosts');
define('MODULE_ORDER_TOTAL_COD_FEE_FLAT_DESC','<ISO2-Code>:<Price>, ....<br>
00 as ISO2-Code allows the COD shipping in all countries. If
00 is used you have to enter it as last argument. If
no 00:9.99 is entered the COD shipping into foreign countries will not be calculated
(not possible).');
define('MODULE_ORDER_TOTAL_COD_FEE_ITEM_TITLE','Shippingcosts each');
define('MODULE_ORDER_TOTAL_COD_FEE_ITEM_DESC','<ISO2-Code>:<Price>, ....<br>
00 as ISO2-Code allows the COD shipping in all countries. If
00 is used you have to enter it as last argument. If
no 00:9.99 is entered the COD shipping into foreign countries will not be calculated
(not possible).');
define('MODULE_ORDER_TOTAL_COD_FEE_TABLE_TITLE','Tabular Shippingcosts');
define('MODULE_ORDER_TOTAL_COD_FEE_TABLE_DESC','<ISO2-Code>:<Price>, ....<br>
00 as ISO2-Code allows the COD shipping in all countries. If
00 is used you have to enter it as last argument. If
no 00:9.99 is entered the COD shipping into foreign countries will not be calculated
(not possible).');
define('MODULE_ORDER_TOTAL_COD_FEE_ZONES_TITLE','Shippingcosts for zones');
define('MODULE_ORDER_TOTAL_COD_FEE_ZONES_DESC','<ISO2-Code>:<Price>, ....<br>
00 as ISO2-Code allows the COD shipping in all countries. If
00 is used you have to enter it as last argument. If
no 00:9.99 is entered the COD shipping into foreign countries will not be calculated
(not possible).');
define('MODULE_ORDER_TOTAL_COD_FEE_AP_TITLE','Austrian Post AG');
define('MODULE_ORDER_TOTAL_COD_FEE_AP_DESC','<ISO2-Code>:<Price>, ....<br>
00 as ISO2-Code allows the COD shipping in all countries. If
00 is used you have to enter it as last argument. If
no 00:9.99 is entered the COD shipping into foreign countries will not be calculated
(not possible).');
define('MODULE_ORDER_TOTAL_COD_FEE_DP_TITLE','German Post AG');
define('MODULE_ORDER_TOTAL_COD_FEE_DP_DESC','<ISO2-Code>:<Price>, ....<br>
00 as ISO2-Code allows the COD shipping in all countries. If
00 is used you have to enter it as last argument. If
no 00:9.99 is entered the COD shipping into foreign countries will not be calculated
(not possible).');
define('MODULE_ORDER_TOTAL_COD_TAX_CLASS_TITLE','Taxclass');
define('MODULE_ORDER_TOTAL_COD_TAX_CLASS_DESC','Choose a taxclass.');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?