资源简介
简化ecshop的 购物流程,一部到位 代码 utf 编码
代码片段和文件信息
/**
* ECSHOP 购物流程
* ============================================================================
* 版权所有 2005-2010 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecshop.com;
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liuhui $
* $Id: flow.php 17164 2010-05-24 01:42:50Z liuhui $
*/
define(‘IN_ECS‘ true);
require(dirname(__FILE__) . ‘/includes/init.php‘);
require(ROOT_PATH . ‘includes/lib_order.php‘);
/* 载入语言文件 */
require_once(ROOT_PATH . ‘languages/‘ .$_CFG[‘lang‘]. ‘/user.php‘);
require_once(ROOT_PATH . ‘languages/‘ .$_CFG[‘lang‘]. ‘/shopping_flow.php‘);
/*------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
I.A.... 29102 2013-10-07 10:53 js\common.js
I.A.... 18237 2012-08-23 08:57 js\shopping_flow.js
I.A.... 46319 2012-08-23 08:58 themes\default\flows.dwt
I.A.... 86 2012-02-16 12:57 themes\default\images\bag_close.gif
I.A.... 90 2012-02-16 12:57 themes\default\images\bag_open.gif
I.A.... 76 2012-02-16 12:57 themes\default\images\bg_consignee.gif
I.A.... 1081 2012-02-16 12:57 themes\default\images\bg_yellow.gif
I.A.... 14189 2012-02-16 12:57 themes\default\images\jxgw.jpg
I.A.... 6830 2012-02-16 12:57 themes\default\images\step_checkout.gif
I.A..H. 12800 2012-02-16 12:57 themes\default\images\Thumbs.db
I.A.... 3399 2012-02-16 12:57 themes\default\library\order_total_flows.lbi
I.A.... 1981 2012-08-16 02:29 themes\default\library\shipping_box.lbi
I.A.... 107321 2012-08-12 01:00 flows.php
I.A.... 1205 2012-08-19 15:35 使用前必读.txt
I.A.... 102372 2012-08-12 01:00 includes\lib_order.php
I..D... 0 2012-02-16 12:57 themes\default\images
I..D... 0 2012-08-23 08:58 themes\default\library
I..D... 0 2012-08-23 08:58 themes\default
I..D... 0 2012-08-23 08:57 js
I..D... 0 2012-02-16 12:57 themes
I..D... 0 2012-08-12 01:01 includes
----------- --------- ---------- ----- ----
345088 21
- 上一篇:基于窗口的密集点匹配及三维重建
- 下一篇:两条黑线提取核心算法
评论
共有 条评论