Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想仅将一个子类别产品显示为列表。该类别的产品列表仅显示产品名称、价格和重量。但其他类别和子类别产品仍保持默认布局(有图像.产品标题/简要说明)。
有没有人可以帮助我?谢谢!
您可以Custom Layout Update在 category 的值中添加这样的内容:
Custom Layout Update
<reference name="product_list"> <action method="setTemplate"><template>your_custom_template.phtml</template></action> </reference>