1.下载cowoa最新版
2.解压后,将admin、includes、optiondarrows拷贝到zencart的对应目录。注意Your-template改正为自己的模板名。
3、安装sql脚本 cowoa.sql
4、在后台启动cowoa
后台后台-->商店设置-->COWOA-->选择相应的选项启动
5、修改 /includes/templates/Your-template/common/tpl_header.php将
1 |
<?php if (( $_session [ 'customer_id' ]) { ?>
|
改为:
1 |
<?php if (( $_SESSION [ 'customer_id' ]) || ( $_SESSION [ 'COWOA' ]== 'True' )) { ?>
|
在/includes/filenames.PHP文件末尾增加
1 |
define( 'FILENAME_ORDER_STATUS' , 'order_status' );
|
后台设置“注册/登录”为不同页显示:
后台-->商店设置-->布局设置-->分开登录页面 值改为:true