Magento - cms 页面左侧面板中的动态内容
我正在使用 Magento 1.4.1.1 为我的客户建立一个在线商店,他希望为一些 cms 页面提供左侧菜单。该菜单具有以下特征:
- 菜单中的链接本身就是 cms 页面。
- 菜单本身应该是一个 cms 页面。
- 菜单中的链接将基于所请求的 cms 页面。
I am using Magento 1.4.1.1 to build an online shop for my client, where he wants to have a left-side menu for some cms pages. The menu has the following characteristics:
- The links in the menu are themselves cms pages.
- The menu itself shall be a cms page.
- The links in menu will be based on what cms page has been requested.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建静态 CMS 块< /a>.使用任意多个块,一个块可以包含其他块,其代码显示在该链接的底部。
将它们包含在每个 CMS 页面的 XML 布局。
Create a static CMS block. Use as many blocks as you like, a block can include other blocks with the code shown at the bottom of that link.
Include them in each CMS page's XML layout.