找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1380|回复: 0

[Zen Cart] zen cart新手开发快速入门的参考资料

[复制链接]
发表于 2011-6-25 19:34:18 | 显示全部楼层 |阅读模式
对于zen-cart新手来说,要想快速的熟悉zen cart的开发,首先要知道一些文件修改的位置,当你想修改某个地方的时候,当然要先知道在哪个文件里改。

以下是zen-cart 首页程序的修改,根据各个文件修改不同的功能。其实还有一个方法让你快速定位你要修改的文件位置,那就是模块文件跟模板文件对应寻找。比如:模块categories.php 对应的模板就是tpl_categories.php ,如果是边框就到sideboxes,否则就到templates下找。


首页界面://include/templates/zccn/common/tpl_main_page.php
首页主样式表://include/templates/zccn/css/schinese_stylesheet.css

首页左边栏目:
/includes/templates/template_default/common/tpl_box_default_left.php

商品分类内容修改:
/includes/modules/sideboxes/categories.php
/includes/templates/zccn/sideboxes/tpl_categories.php

推荐产品
/includes/modules/sideboxes/featured.php
/includes/templates/template_default/sideboxes/tpl_featured.php

新进产品
/includes/modules/sideboxes/whats_new.php
/includes/templates/template_default/sideboxes/tpl_whats_new.php

特价产品
/includes/modules/sideboxes/specials.php
/includes/templates/template_default/sideboxes/tpl_specials.php

数据库表
/includes/database_tables.php

首页中间商品修改:
/includes/templates/template_default/common/main_template_vars.php
/includes/templates/template_default/templates/tpl_index_default.php

内页中间商品修改:
/includes/templates/template_default/templates/tpl_index_catergories.php

首页中间 August新进商品
/includes/templates/template_default/templates/tpl_modules_whats_new.php

首页中间 August特价商品
/includes/templates/template_default/templates/tpl_modules_specials_default.php

首页中间 推荐商品
/includes/templates/template_default/templates/tpl_modules_featured_products.php

首页右边栏目:
/includes/templates/template_default/common/tpl_box_default_right.php

商品搜索
/includes/templates/template_default/sideboxes/tpl_search.php

客服中心
/includes/templates/template_default/sideboxes/tpl_ezpages.php

畅销商品
/includes/templates/template_default/sideboxes/tpl_best_sellers.php

商品评论
/includes/templates/template_default/sideboxes/tpl_reviews_write.php

在线名单
/includes/templates/template_default/sideboxes/tpl_whos_online.php

有了这些,zen cart开发起来是不是简单得多了呢?呵呵!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|王牌互联

GMT+8, 2024-11-17 04:33 , Processed in 0.029172 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表