在 CMS 页面上显示特定产品
有人可以帮助我编写一些代码来在 Magento CMS 页面上显示特定产品吗? 我的想法是,我构建一个包含多个部分的页面(这些部分表示标题、一些介绍文本和少量产品),并且用户可以从该页面将所显示的产品选择添加到他们的购物车。
理想情况下,产品应以网格格式显示,并且我应该能够在每个部分显示 1 到 6 个产品。
我目前使用 Magento 1.4.0.1。
干杯!
Could someone help me with some code to display specific products on a Magento CMS page?
The idea being that I build a page that has multiple sections on it (sections meaning a heading, some intro text and a small handful of products) and the user can add a selection of the displayed products to their cart from this page.
Ideally, the products should be displayed in the grid format, and I should be able to display between 1 and 6 products in each section.
I am using Magento 1.4.0.1 currently.
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑使用 CMS Widget 来为您完成此操作。
这是一个:产品列表小部件
它不是免费的,但如果你环顾四周,还有其他的。
Consider using a CMS Widget to do this for you.
Here is one: Product List Widget
It isn't free but there are others if you look around.