首页 > 其他 > 详细

如何更改/删除magento首页产品/广告图片等模块信息

时间:2014-08-04 13:27:37      阅读:390      评论:0      收藏:0      [点我收藏+]

如何更改/删除magento首页产品/广告图片等模块信息,如果只是修改一些简单的地方,例如已经存在

的左右栏目里面的图片内容等,是很简单的,直接在后台就可以修改的,具体如下:

       如何删除magento首页不需要的信息. 首先登陆后台.CMS=>Manage Pages=>选择edite page=>Home 

page=>选择custom design. 然后选择相应的模板,选择相应的列数, 编辑里面的内容.

<reference name=”content”> <block type=”catalog/product_new” name=”home.catalog.product.new” alias=”product_new” template=”catalog/product/new.phtml” after=”cms_page”><action method=”addPriceBlockType”><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block> <block type=”reports/product_viewed” name=”home.reports.product.viewed” alias=”product_viewed” template=”reports/home_product_viewed.phtml” after=”product_new”><action method=”addPriceBlockType”><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block> <block type=”reports/product_compared” name=”home.reports.product.compared” template=”reports/home_product_compared.phtml” after=”product_viewed”><action method=”addPriceBlockType”><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block> </reference><reference name=”right”> <action method=”unsetChild”><alias>right.reports.product.viewed</alias></action> <action method=”unsetChild”><alias>right.reports.product.compared</alias></action> </reference>

       保存后.记得清除缓存,刷新首页,你所更改/删除magento首页产品/广告图片等模块信息就会生效了,

如何更改/删除magento首页产品/广告图片等模块信息,布布扣,bubuko.com

如何更改/删除magento首页产品/广告图片等模块信息

原文:http://www.cnblogs.com/focai/p/3889640.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!