如何让商品列表显示三级商品
2016-07-07 16:25 来源:www.chinab4c.com 作者:ecshop专家
| 我也有这个问题,帮你顶上  | 
回答:
| 也要,,,顶啊。。。。。。。。。。。。。。。。。。 | 
| 第一步,打开\themes\default\style.css文件,找到如下代码: 下面是原代码: /*商品分类*/ #category_tree{border:4px solid #f1faff; background-color:#fff;} #category_tree dl{margin:6px;} #category_tree dt{background:url(images/lineBg.gif) repeat-x left bottom; color:#3f3f3f;padding:2px 0 3px 12px; } #category_tree dt a{background:url(images/bg.gif) no-repeat 0 -69px; color:#3f3f3f; padding-left:15px; text-decoration:none; } #category_tree dd{padding:3px 0 3px 10px;} #category_tree dd a{color:#404040; text-decoration:none;} #category_tree dd a:hover{color:#ff6600; text-decoration:none;} /*销售排行*/ 现在下面的是修改后的代码: /*商品分类*/ #category_tree{border:4px solid #ffeef6; background-color:#fff;} #category_tree dl{margin:6px;} #category_tree dt{background:url(images/lineBg.gif) repeat-x left bottom; color:#3f3f3f;padding:2px 0 3px 12px; width:150px; } #category_tree dt a{background:url(images/bg.gif) no-repeat 0 -69px; color:#3f3f3f; padding-left:15px; text-decoration:none; } #category_tree dd{padding:3px 0 3px 10px; width:70px; float:left; white-space:nowrap; word-break:keep-all; display: inline; } #category_tree dd a{color:#404040; text-decoration:none;} #category_tree dd a:hover{color:#ff6600; text-decoration:none;} /*销售排行*/ 上面改完,基本两列可以正常使用了,在分来最下面很不美观,接下来,我们在进行修改! 打开文件\themes\default\library\category_tree.lbi 增加一行看代码红色就是增加部分! <meta http-equiv="Content-Type" content="text/html; charset=gbk"> <div class="box"> <div class="box_1"> <div id="category_tree"> <!--{foreach from=$categories item=cat}--> <dl> <dt><a href="{$cat.url}">{$cat.name|escape:html}</a></dt> <!--{foreach from=$cat.children item=child}--> <dd><a href="{$child.url}">{$child.name|escape:html}</a></dd> <!--{/foreach}--> </dl> <!--{/foreach}--> <DL><DT><div align="center"> </div></DT></DL> </div> </div> </div> <div class="blank5"></div> | 
| 没有啊代码红色增加部分啊???? | 
| 驴头不对马嘴你看清楚楼主问的问题先 | 
| 多谢多谢 | 
|  | 
 
        
					
						
                          
					
				 
      
      最近更新
常用插件
- ecshop注册审核插件
                                  ecshop插件介绍:ecshop会员注册审核插件,主要是在前台提供给注册的时候... 
- ecshop的oss插件
                                  ecshop的oss插件免费共享了,oss,ecshoposs... 
- ecshop没登陆情况下订单查
                                  ecshop没登陆情况下订单查询插件,主要是针对ecshop在没有登陆的情况下... 
- ecshop虚拟发货插件
                                  ecshop虚拟发货插件介绍: ecshop虚拟发货插件,主要为了通过后台手动录... 
- ecshop订单聚合插件
                                  ecshop订单聚合插件,主要是为了方便ecshop中订单产品到货情况的分析和... 
ecshop热门问答
ecshop热门资料
          
               
            ecshop模板问题 
                
            ecshopnormal 
                
            ecshopPHP版本兼容 
                
            ecshop调回 
                
            ecshop肯定 
                
            ecshop注册送积分 
                
            ecshop图片本地化 
                
            ecshop尺寸选择 
                
            ecshoparticles 
                
            ecshopcategory 
                
            centos 
                
            ecshop图片插件 
                
            ecshop开心 
                
            ecshop手工录入 
                
            ecshop友情连接 
                
            ecshop短信服务 
                
            ecshopcommon 
                
            ecshopflow 
                
            ecshopproducts 
                
            ecshopoutline 
                
            ecshop重庆 
                
            ecshop重复 
                
            ecshop缓冲器 
                
            ecshop支付宝登录插件 
                
            ecshopweberp 
                
            ecshop为什么图片不显示 
                
            ecshop进行 
                
            安装两个ecshop系统 
                
            ecshopSXXXL 
                
            ecshop户口 
             
        
      


