Magento 移动属性.phtml
我需要删除 view.phtml 中的简短描述并替换为 attribute.phtml 选项卡...该怎么做?谢谢。
i need to remove short description in the view.phtml and replace with attribute.phtml tab...how to do it? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑主题的
template/catalog/product/view.phtml
(不是基本主题,可能会被覆盖)并将其替换为:
并在您看到同一行的地方将其删除。这避免了重复。
Edit your theme's
template/catalog/product/view.phtml
(not the base theme's, that can get overwritten) and replace this:with this:
And further down where you see the same line delete it. This avoids duplication.