在magento中自定义类别页面
我是 magento 的新手。请告诉我如何编辑我的类别页面。 如果我想向特定类别添加一些 html 代码,那么我应该从 magento 根文件夹中的哪个文件中添加。
请帮忙。 提前致谢。
I am a newbie in magento. Please let me know how can I edit my category page.
If I want to add some html code to a particular category then from which file should I for in magento root folder.
Please help.
Thanx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您只想添加到类别而不修改现有输出,那么一种选择是使用您想要的任何 html 创建静态块,然后编辑您的类别并在“显示设置”选项卡中选择该块。
If you only want to add to the category and not modify the existing output, then one option is to create a Static Block with whatever html that you want, and then edit your category and choose that block in the "Display Settings" tab.
由于您是新手,也许您应该从设计师指南和主题 wiki。
主题化的困难在于没有一个文件负责,您可以学习的最好技巧是使用 模板提示。
Since you're new perhaps you should start with the designer's guide and theming wiki.
The difficulty with theming is no one file is responsible, about the best trick you can learn is using template hints.