[ZC]zen cart 修改模板 简易指导

2010年8月9日星期一 | | |

主样式表
includes\templates\classic\css\stylesheet.css
整个页面组织
D:\WEB\zencart\includes\templates\template_default\common\tpl_main_page.php

网页左右栏width源代码:<td id="navColumnOne" style="width: 150px;">
动态调用width: ">,
在后台-configuration-layout里可以更改Column Width/Column Width - Left Boxes

商品分类名称Categories更改:BOX_HEADING_CATEGORIES,
"D:\WEB\zencart\includes\languages\english.php"(78,11):   define('BOX_HEADING_CATEGORIES', 'Categories');
spooer名称更改:define('BOX_HEADING_BANNER_BOX','Sponsors')
默认模板,左spooner对应'BOX_HEADING_BANNER_BOX' 右上spooer对'BOX_HEADING_BANNER_BOX_ALL'
      右下spooer对应BOX_HEADING_BANNER_BOX2
左边栏处理:只保留includes\templates\template_default\sideboxes\tpl_categories.php,在里面增加
         图片链接
右边栏的处理:
1.后台设置为保留who's onlie(sideboxes/whos_online.php),
与之对应的 tpl_box_default_right.php,查找进行替换
2.添加左边栏目内容,对tpl_box_default_right.php更改:
中部修改:
=================
\includes\templates\template_default\templates\tpl_index_default.php
去掉顶部说明:
 

去掉欢迎信息:
<h1 id="indexDefaultHeading"></h1>
去掉顶部导航:
\includes\templates\template_default\common\tpl_main_page.php
<div id="navBreadCrumb">trail(BREAD_CRUMBS_SEPARATOR); ?></div>
模板顶部修改:
================
\zencart\includes\templates\template_default\common\tpl_header.php
<div id="navMain"></div>内可增加链接

/**
   * prepares and displays header output
   *
   */
   if (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_HEADER_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == '')) {
$flag_disable_header = true;
   }
   require($template->get_template_dir('tpl_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_header.php');?>
上段从<div id="mainWrapper">抽出,放在它前面做全屏导航版块

顶部搜索按钮修改:
\includes\templates\template_default\common\tpl_header.php   :
<div id="navMainSearch"></div>

自动生成导航栏:
\includes\templates\template_default\templates\tpl_modules_categories_tabs.php
将其代码掏空,重新添加导航代码:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<?php
/**
* Module Template - categories_tabs
*
* Template stub used to display categories-tabs output
*
* @package templateSystem
* @copyright Copyright 2003-2005 ZenCart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_modules_categories_tabs.php 3395 2006-04-08 21:13:00Z ajeh $
*/
   include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CATEGORIES_TABS));
?>
= 1) { ?>
<div id="navCatTabsWrapper">
<div id="navCatTabs">
<ul>
#  
 
 
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
清除多余的log背景:
\ZenCart\includes\templates\template_default\common\tpl_header.php
<div id="tagline"></div>
底部导航修改:
\includes\templates\template_default\common\tpl_main_page.php
<div id="bannerSix"><?php echo zen_display_banner('static', $banner); ?></div>
 
我的QQ空间
zencart 用插件来优化
众所周知,zencart是最好的网店程序之一,但与生俱来的一些程序...
 

0 评论:


所有文章收集于网络,如果有牵扯到版权问题请与本站站长联系。谢谢合作![email protected]