zoukankan      html  css  js  c++  java
  • zencart目录结构

    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

    所有页面的页脚

    转载请注明出处!小鱼阁工作室 -专注zencart建站,织梦企业建站,ecshop商城,二次开发,产品采集,模板修改!技术QQ 631992791
  • 相关阅读:
    简单获取input file 选中的图片,并在一个div的img里面赋值src实现预览图片
    MVC4方法行为过滤器例子(用户登录)
    MVC4过滤器
    MVC4 @RenderBody、@RenderSection、@RenderPage、Html.RenderPartial、Html.RenderAction的作用和区别
    FPGA之外,了解一下中断
    滤波器中的窗口
    关于有限脉冲响应滤波器
    分布式算法原理
    学习FPGA过程中的理论知识
    关于硬件实现FFT逆运算
  • 原文地址:https://www.cnblogs.com/afish/p/3987790.html
Copyright © 2011-2022 走看看