[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 info_shopping_cart.php

Zen Cart 源代码 info_shopping_cart.php




下载文件

文件名: info_shopping_cart.php
文件类型: PHP文件
文件大小: 2.4 KiB
MD5: e2201dfa7fc9581c92c89e6da7b592e2

info_shopping_cart.php - 关闭高亮
  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // |zen-cart Open Source E-commerce                                       |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 2003 The zen-cart developers                           |
  7. // |                                                                      |  
  8. // | http://www.zen-cart.com/index.php                                    |  
  9. // |                                                                      |  
  10. // | Portions Copyright (c) 2003 osCommerce                               |
  11. // +----------------------------------------------------------------------+
  12. // | This source file is subject to version 2.0 of the GPL license,       |
  13. // | that is bundled with this package in the file LICENSE, and is        |
  14. // | available through the world-wide-web at the following url:           |
  15. // | http://www.zen-cart.com/license/2_0.txt.                             |
  16. // | If you did not receive a copy of the zen-cart license and are unable |
  17. // | to obtain it through the world-wide-web, please send a note to       |
  18. // | license@zen-cart.com so we can mail you a copy immediately.          |
  19. // +----------------------------------------------------------------------+
  20. // | Simplified Chinese version   http://www.zen-cart.cn                  |
  21. // +----------------------------------------------------------------------+
  22. // $Id: info_shopping_cart.php 290 2004-09-15 19:48:26Z wilt $
  23. //
  24.  
  25. define('HEADING_TITLE', '访客购物车 / 会员购物车');
  26. define('SUB_HEADING_TITLE_1', '访客购物车');
  27. define('SUB_HEADING_TITLE_2', '会员购物车');
  28. define('SUB_HEADING_TITLE_3', '信息');
  29. define('SUB_HEADING_TEXT_1', '所有访客都有 \'访客购物车\'. 这样访客就能将商品存放在临时购物车里. 当访客离开网上商店时, 购物车里的东西也将清空.');
  30. define('SUB_HEADING_TEXT_2', '每位会员登录后有 \'会员购物车\'. 这样会员就可以将商品放入购物车, 可以以后回来继续购物. 所有的商品在结帐前都保存在购物车中, 除非自己删除了.');
  31. define('SUB_HEADING_TEXT_3', '如果会员加入商品到 \'访客购物车\' 然后登录到自己的 \'会员购物车\', 他们 \'访客购物车\' 的所有商品会自动添加到 \'会员购物车\' 里.');
  32. define('TEXT_CLOSE_WINDOW', '[ 关闭窗口 ]');
  33. ?>


cron