[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: 29ac8f83fdf97d2cc3efe8798691d9ca

info_shopping_cart.php - 打开高亮
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |   
// | http://www.zen-cart.com/index.php                                    |   
// |                                                                      |   
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// | Simplified Chinese version   http://www.zen-cart.cn                  |
// +----------------------------------------------------------------------+
// $Id: info_shopping_cart.php 290 2004-09-15 19:48:26Z wilt $
//

define('HEADING_TITLE', '访客购物车 / 会员购物车');
define('SUB_HEADING_TITLE_1', '访客购物车');
define('SUB_HEADING_TITLE_2', '会员购物车');
define('SUB_HEADING_TITLE_3', '信息');
define('SUB_HEADING_TEXT_1', '所有访客都有 \'访客购物车\'. 这样访客就能将商品存放在临时购物车里. 当访客离开网上商店时, 购物车里的东西也将清空.');
define('SUB_HEADING_TEXT_2', '每位会员登录后有 \'会员购物车\'. 这样会员就可以将商品放入购物车, 可以以后回来继续购物. 所有的商品在结帐前都保存在购物车中, 除非自己删除了.');
define('SUB_HEADING_TEXT_3', '如果会员加入商品到 \'访客购物车\' 然后登录到自己的 \'会员购物车\', 他们 \'访客购物车\' 的所有商品会自动添加到 \'会员购物车\' 里.');
define('TEXT_CLOSE_WINDOW', '[ 关闭窗口 ]');
?>


cron