这是一篇已经给转载得快"生锈"的技术文档.有人转载的时候用的
标题是"DIY-Zen
Cart的模板设计"或是一些哗众取宠的标题;其实,这个文档最有价值的地方是告诉了新手们------需要修改的文件是哪个,在哪个位置.
这
只能算是一个模板目录表(其实并不齐全,只有常用的几个). 以下是文摘,去掉了误导的部分:
Zen
Cart可以设置成任意的html/flash的界面,只是比通常的html页面的设计费时。你可以从修改缺省的模板开始,先修改CSS文件和三栏格式的
界面。开始先采用不同的颜色,很快就可以设计出完全不同的风格。
提醒:在设计模板前要先计划好你网页的内容,事半功倍。
下
面是zen cart页面各部分相对应模板文件的一个列表:
| 文件路径 | 注释 |
| index.php | 主文件 |
| includes/templates/[custom template folder]/common/html_header.php | 页面的head部分 |
| includes/templates/[custom template folder]/common/tpl_main_page.php | 页面的body部分 |
| includes/templates/[custom template folder]/common/tpl_header.php | 所有页面的页眉 |
| (column left) | |
| includes/templates/[custom template folder]/common/main_template_vars.php | 决定页面 的内容部分,缺省为 'tmp_index_default.php' |
| 首页 - 缺省 | |
| includes/templates/[custom template folder]/templates/tmp_index_default.php | 首页 模板文件 |
| 首页 - 显示分类 | |
| includes/templates/[custom template folder]/templates/tpl_index_categories.php | 首页上显示分类时的 模板文件 |
| includes/modules/[custom template folder]/pages/index/category_row.php | 选择要显示的分类 |
| includes/templates/[custom template folder]/templates/tpl_index_category_row.php | 显示分类 |
| 首页 - 显示指定分类 | |
| includes/templates/[custom template folder]/templates/tpl_index_product_list.php | 首页上显示指定 的分类时采用的模板文件 |
| includes/modules/[custom template folder]/product_listing.php | 将商品数据添加到数组 |
| includes/templates/[custom template folder]/templates/tpl_modules_product_listing.php | 显示 商品数量和商品导航菜单 |
| includes/templates/[custom template folder]/common/tpl_list_box_content.php | 显示商品数组 |
| 商品信息页面 | |
| includes/templates/[custom template folder]/templates/tpl_product_info_display.php | 显示单件商 品信息 |
| 购物车页面 | |
| includes/templates/[custom template folder]/templates/tpl_shopping_cart_default.php | 购物车页 面 |
| (column right) | |
| includes/templates/[custom template folder]/common/tpl_footer.php | 所有页面的页脚 |
ZenCart模板定制指南
本文档介绍了ZenCart电商平台的模板定制流程,包括如何修改CSS文件和三栏布局以实现个性化设计。提供了关键模板文件的位置及用途说明,帮助新手快速上手。
563

被折叠的 条评论
为什么被折叠?



