最近一直在学习用zen cart来做英文商城,只是自己的php知识有限,就只能在网上找资料来学习,下面这文章不错,有兴趣的朋友也可以看看 很多朋友爱刚接触到Zencart的时候总感觉太麻烦,特别是入门阶段,在安装后系统后,看 到默认的模板自然是不会太喜欢,但一看到别人的很漂亮的站,又恨不能自己马上DIY一个模板出来,TOM在这收集了些从网络上找来的关于DIY你的 Zencart模板需要了解的文档资料和对应的文件注释,希望对大家有帮助!
Zen Cart可以设置成任意的html/flash的界面,只是比通常的html页面的设计费时。你可以从修改缺省的模板开始,先修改CSS文件和三栏格式的界面。开始先采用不同的颜色,很快就可以设计出xx不同的风格。
文件路径 注释
主文件 includes/templates/[custom template folder]/common/html_header.php includes/templates/[custom template folder]/common/tpl_main_page.php includes/templates/[custom template folder]/common/tpl_header.php (column left)
首页 – 缺省 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)
|