Reputation: 159
I would like to display one sub-category products as list only. The products list in this category is only shown product title, price and weight. But other categories and sub-categories products are still kept the default layout(have images.product title/ brief description).
Is there anyone can help me? Thanks!
Upvotes: 0
Views: 5769
Reputation: 4214
You can put something like this in the Custom Layout Update
value of the category :
<reference name="product_list">
<action method="setTemplate"><template>your_custom_template.phtml</template></action>
</reference>
Upvotes: 7