ot_shipping.php

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

PHP
38
字号
<?php
/* -----------------------------------------------------------------------------------------
   $Id: ot_shipping.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_shipping.php,v 1.4 2003/02/16); www.oscommerce.com 
   (c) 2003	 nextcommerce (ot_shipping.php,v 1.4 2003/08/13); www.nextcommerce.org   (c) 2003	 xt-commerce  www.xt-commerce.com   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

  define('MODULE_ORDER_TOTAL_SHIPPING_TITLE', 'Shipping');
  define('MODULE_ORDER_TOTAL_SHIPPING_DESCRIPTION', 'Order Shipping Cost');

  define('FREE_SHIPPING_TITLE', 'Free Shipping');
  define('FREE_SHIPPING_DESCRIPTION', 'Free shipping for orders over %s');

  define('MODULE_ORDER_TOTAL_SHIPPING_STATUS_TITLE','Display Shipping');
  define('MODULE_ORDER_TOTAL_SHIPPING_STATUS_DESC','Do you want to display the order shipping cost?');

  define('MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER_TITLE','Sort Order');
  define('MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER_DESC', 'Sort Order of display.');

  define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_TITLE','Allow Free Shipping');
  define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_DESC','Do you want to allow free shipping ?');

  define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER_TITLE','Free Shipping For Orders Over');
  define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER_DESC','Provide free shipping for orders over the set amount.');

  define('MODULE_ORDER_TOTAL_SHIPPING_DESTINATION_TITLE','Provide Free Shipping For Orders Made');
  define('MODULE_ORDER_TOTAL_SHIPPING_DESTINATION_DESC','Provide free shipping for orders sent to the set destination.');
?>

⌨️ 快捷键说明

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