-
ZenCart程序首页页头、页尾、商品信息页、购物车页模板文件路径说明
万事开头难,不管是初次建站的朋友更是如此,在一开始时,面对多种不同的选择,到底哪个才是适合自己的,自己怎么选择才能够长期发展?在目前,想通过这个白手起家的,也许只有类似ZenCart与Magento这样的开源程序会是他们的选择。
然而使用ZenCart程序进行制作网站的草根站长们,往往在一开始的时候并不能很熟悉的知道他们种模板的路径,在这里就由中恒天下为大家一起分享了解下这个程序的路径吧:
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 所有页面的页脚
一个新手,刚拿到一套程序,想要从头到尾全部熟悉是需要一个过程的,以上模板路径的说明只是程序了解的一个开端,如果只是想做一个站而准备全部自己动手,那建议发挥你的擅长赚点钱,通过这些钱请专业的人给你订制一个比较不错的网站。反之将浪费你很长的时间。21世纪饿不死人,但只有那些不断与时间赛跑的人才拥有比较不错的生活。相关标签: