首页替换

自定义首页content内容

在cms-->>page 新建首页

 

在content 里加入

--------------------------




{{block type="tag/popular" template="tag/popular.phtml"}}





Best Selling Products






......................................................

============================================

default使用这种方式。

或者加入:

-----------------------------------------

{{block type="core/template" template="sample/home.phtml"}}============================================

意思是:在首页的内容区块里加入新的区块,template 为调用的模板

content讲显示home.phtml里的内容:

-------------------------------------------


   


   

 



 

==================================================

modern使用这种方式

 

或者加入

--------------------------

{{block type="catalog/product_list" template="catalog/product/home.phtml" category_id="35"}}

===========================================

category_id为要显示商品所在的category的id,在catalog-->>categories里建立。

 

 直接写+引入block

-------------------------------------------------




Our Best Sellers

{{block type="catalog/product_list" template="catalog/product/home.phtml" category_id="30" column_count="5"}}div>

=====================================================

 引入图片的方法:

 {{skin url=''}}

skin文件夹下的模板名p_w_picpaths文件夹

 

 

在Design下可以引用区块:

layout 选择 主页的布局,引用哪一个首页模板

layout update xml 可以 引用区块,以改变首页的显示

----------------------------------------------


bundlebundle/catalog_product_price
bundlebundle/catalog_product_price
bundlebundle/catalog_product_price

right.reports.product.viewed
right.reports.product.compared

=================================================

 修改首页的左边栏

1 用静态区块

在cms-->>添加 static blolck

home_left_info

-------------------------------------------


 


==============================================

在cms-->>page里的 home page的design

--------------------------------------------------

            
                
 home_page_left_block             
 

===========================================

 

你可能感兴趣的:(职场,休闲,content)