作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我花了很多时间尝试从 Luma 模板中删除“我的愿望 list ”和“比较产品” block 。此外,我需要更改和删除一些底部链接。
我找不到哪里可以修改。你能帮我一下吗?
谢谢
最佳答案
我已经尝试按照对我有用的步骤进行操作。
<强>1。我的愿望 list
对于愿望 list ,您需要通过 Admin > Stores > Configuration > Customers > Wish list > General Options
将其删除将启用设置为no,然后保存。
<强>2。比较产品
这里您需要进行一些编码级别的更改。关注我
转到vendor > magento > theme-frontend-luma > Magento_Catalog > layout > default.xml
打开这个文件找到这个标签“”并在body结束标签之前放置以下代码
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
Make sure this will remove compare product from category product listing however you can uses this to any layout.
完成此操作后,请不要忘记清除缓存(如果启用),否则您将无法获得所需的输出。
如果您还有任何疑问,请告诉我
关于magento2 - 如何从 Magento 2.0 Luma 模板中删除 "My Wish List"和 "Compare Products" block ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34668175/
我是一名优秀的程序员,十分优秀!