如何删除添加比较和价格标签(特价和常规价格)

发布于 2024-10-11 02:23:58 字数 1436 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酒绊 2024-10-18 02:23:58

我假设您正在制作自定义主题...

对于“添加到比较”链接,只需从 template/catalog/product/view/addto.phtml中删除相关行即可主题中的 template/catalog/product/list.phtml 文件。如果您看到任何其他链接,请使用模板路径提示。

几乎所有价格信息都在 template/catalog/product/price.html 文件中处理。

I'll assume you're making a custom theme...

For the "Add to Compare" links simply delete the relevant lines from template/catalog/product/view/addto.phtml and template/catalog/product/list.phtml files in your theme. If you see any other links, identify their file with template path hints.

Pretty much all the price stuff is handled in the file template/catalog/product/price.html.

红焚 2024-10-18 02:23:58

如果您只想在视觉上删除某些内容,您可以随时覆盖 css 并使元素对访问者消失。

If you just want something removed visually you can always override the css and make the elements disappear to the visitor.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文