在 Magento 产品列表中显示自定义选项
我在主页上列出了一堆简单的产品,我想显示每个产品的自定义选项。自定义选项是我从管理员添加的,它们显示在单个产品页面上,但我无法在列表页面上显示它们。
我尝试了这个但没有为我工作。 我正在使用 Magento 1.4.1.1。
谢谢
I have a bunch of simple products listed on the homepage and I want to display the custom options for each one of them. The custom options are added by me from the admin and they show on the individual product page but I just can't display them on the listing page.
I tried this but it didn't work for me.
I'm using Magento 1.4.1.1.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是指自定义产品属性而不是选项吗?因为选项是用户在购买时填写的。
Do you mean custom product attributes and not options? Because options are beign filled by user during purchase.
试试这个网址: http://www.magentocommerce.com/boards/viewthread/ 21039/P45/#t170464
@WebFlakeStudio - 自定义选项确实在管理员中设置了预定义值。他希望将它们显示在产品列表页面上,而不是让他们点击进入产品信息页面,然后选择选项。
Try this URL: http://www.magentocommerce.com/boards/viewthread/21039/P45/#t170464
@WebFlakeStudio - Custom options do have predefined values set in the admin. He wants to display them on the product listing page instead of making them click into the product information page and then select the options.