【发布时间】:2012-03-14 09:19:55
【问题描述】:
我将网站设置为每页显示 3 个项目,我想只设置一个类别以在一页中显示所有项目。任何帮助,将不胜感激。我尝试了Product grid 4 columns and certain pages 5 column with two rows of full products, how? 中建议的解决方案,但它对我不起作用。任何帮助将不胜感激。
谢谢,
切斯基
【问题讨论】:
标签: magento
我将网站设置为每页显示 3 个项目,我想只设置一个类别以在一页中显示所有项目。任何帮助,将不胜感激。我尝试了Product grid 4 columns and certain pages 5 column with two rows of full products, how? 中建议的解决方案,但它对我不起作用。任何帮助将不胜感激。
谢谢,
切斯基
【问题讨论】:
标签: magento
每个类别都有自己的句柄。因此,例如对于 id 为 10 的类别,您将拥有
category_10
句柄。
所以我建议编写一个特定的句柄和自定义模板或布局更新。
<category_10>
....<!-- Here you should specify template which will show all rpoducts or specify custome layout xml settings. -->
</category_10>
【讨论】: