ot_total.php

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

PHP
28
字号
<?php
/* -----------------------------------------------------------------------------------------
   $Id: ot_total.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_total.php,v 1.2 2002/04/17); www.oscommerce.com 
   (c) 2003	 nextcommerce (ot_total.php,v 1.5 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_TOTAL_TITLE', '<b>Total</b>');
  define('MODULE_ORDER_TOTAL_TOTAL_TITLE_NO_TAX', '<b>Total, no tax</b>');
  define('MODULE_ORDER_TOTAL_TOTAL_TITLE_NO_TAX_BRUTTO','<b>Total, incl. Tax</b>');
  define('MODULE_ORDER_TOTAL_TOTAL_DESCRIPTION', 'Order Total');

  define('MODULE_ORDER_TOTAL_TOTAL_STATUS_TITLE','Display Total');
  define('MODULE_ORDER_TOTAL_TOTAL_STATUS_DESC','Do you want to display the total order value?');

  define('MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER_TITLE','Sort Order');
  define('MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER_DESC','Sort order of display.');
?>

⌨️ 快捷键说明

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