zoukankan      html  css  js  c++  java
  • zencart程序文件目录

    以下是zencart程序修改,可以针对各个部分建立自己的网站风格,希望这些对你有所帮助。
    首页header部分://include/templates/zccn/common/tpl_header.php
    首页footer部分://include/templates/zccn/common/tpl_footer.php
    首页main部分://include/templates/zccn/common/tpl_main_page.php
    首页主样式表://include/templates/zccn/css/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

  • 相关阅读:
    Linux-grep 命令和find 命令 (6)
    第1阶段——u-boot分析之make 100ask24x0_config指令(1)
    shell变量$(CURDIR),$0,$1,$2,$#含义解释
    ln命令详解
    快速解决设置Android 23.0以上版本对SD卡的读写权限无效的问题
    java.io.IOException: Cleartext HTTP traffic to xxx.xxx.xxx.xxx not permitted
    AndroidStudio 3.0中之后无法打开DDMS [Android Device Monitor] 问题
    解决android sdk docs帮助文档打开慢的问题
    Android Intent的使用
    约束布局ConstraintLayout详解
  • 原文地址:https://www.cnblogs.com/lookyou/p/2250129.html
Copyright © 2011-2022 走看看