在 Magento 中,如何在父实体下组织不同类别的产品,而父实体又具有自己的属性?
实际用例类似于多供应商实现,因为商店应该显示来自许多不同供应商的产品,但每个供应商只需要它自己的登陆页面(不是问题),并且具有一些供应商属性,例如地址、可访问的轻松地从产品中。
各个供应商不需要后端接口或访问控制。
具有自定义属性的类别本来可以工作,除非单个供应商只能存在于一个类别下,而不能存在于多个类别下。
在 Magento 系统中构建新的内容类型来处理这个问题有多可行?
我有兴趣听到任何想法。谢谢!
The actual use case is similar to a multi-vendor implementation in that the store should display products from many different vendors, but each one only requires it's own landing page (not a problem), and to have some vendor attributes, like address, accessible easily from the products.
No back-end interface or access control is required for the individual vendor.
Categories with custom attributes would have worked except that then a single vendor could only exist under one category, and not several.
How feasible is it to build a new content type into the Magento system to handle this?
I'm interested to hear any ideas. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种产品可以分配到多个类别。您可以有特殊的“供应商”类别,列出其各自的产品并将其“包含在菜单中”设置为 false。然后可以链接到他们的 URL 作为登陆页面,而无需他们显示正常的菜单。
A product can be assigned to more than one category. You could have special 'vendor' categories that list their respective products and have their "Include in menu" setting to false. It is then possible to link to their URL as a landing page without them showing the normal menu.