最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

Magento首页显示最新产品

时间:2014-06-17 23:42来源:未知 作者:最模板zuimoban 点击:
Magento 首页显示最新产品,后台 CMS-Pages-Home page里有代码,只需要把注释去掉即可, 添加产品时记得设置 Set Product as New from Date和 Set Product as New to Date,添加产品后 就可以在前台显示最新

Magento 首页显示最新产品,后台 CMS-Pages-Home page里有代码,只需要把注释去掉即可,
添加产品时记得设置 Set Product as New from Date和 Set Product as New to Date,添加产品后
就可以在前台显示最新产品列表。

此外 Magento 默认显示条数是 5 条,如需修改在 app\code\core\Mage\Catalog\Block\Product
目录下打开 new.php,找到“const DEFAULT_PRODUCTS_COUNT = 5;”,把默认的数字 5
修改为自己想要的数值。

相关代码如下:

<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>

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容