Magento删除产品比较(Magento delete product compare)

编程入门 行业动态 更新时间:2024-10-28 12:26:02
Magento删除产品比较(Magento delete product compare)

我使用magento,我有自己的模板,但在我左侧的产品详细信息页面上,我有比较产品。 如何删除此块?

I use magento and I have my own template but on my product detail page on the left side I have compare products. How can I delete this block?

最满意答案

只需在theme / layout / local.xml下创建local.xml文件,然后放在代码下面。

<layout version="0.1.0"> <default> <!-- remove compare products --> <remove name="catalog.compare.sidebar" /> </default> </layout>

Just create local.xml file under your theme/layout/local.xml and place below code.

<layout version="0.1.0"> <default> <!-- remove compare products --> <remove name="catalog.compare.sidebar" /> </default> </layout>

更多推荐

magento,产品,products,compare,电脑培训,计算机培训,IT培训"/> <meta name="d

本文发布于:2023-07-08 02:40:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1071084.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:产品   Magento   delete   compare   product

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!