I am building a site using Magento. I have to use nested / sub attributes. Is it possible in magento?
我正在使用Magento构建一个站点。我必须使用嵌套/子属性。 magento有可能吗?
My requirement: I have an attribute set as "Art Style”. Under this there are 4 attributes. 1. Fine Art, 2. Decorative art, 3. Vintage Art, 4. Photography. Again in Fine art I have these categories: a. Era, b. Movement, c. Nationality. How can I achieve this.I already have categories and subcategories (Abstract, Animals, Architecture etc.) for my products.
我的要求:我有一个属性设置为“艺术风格”。在这有4个属性.1。美术,2。装饰艺术,3。复古艺术,4。摄影。再次在美术我有这些类别:a 。时代,b。运动,c。国籍。我怎样才能实现这一点。我已经为我的产品提供了类别和子类别(抽象,动物,建筑等)。
1 个解决方案
#1
0
I don't believe that Magento's native attribute model supports sub-attributes, however you could use Tags as they are non-hierarchical. Not that I know much about art(!), but I would guess that some forms of art would cross the hierarchical boundaries anyway...
我不相信Magento的原生属性模型支持子属性,但是你可以使用Tags,因为它们是非分层的。并不是我对艺术(!)知之甚多,但我猜想某些形式的艺术无论如何都会跨越等级界限......
One downside is that they won't be filterable in the Layered Navigation, but you could potentially write an extension to include tags in the Layers.
一个缺点是它们不能在分层导航中过滤,但您可以编写扩展名以在图层中包含标记。
You can manage the list of tags in Catalog>All Tags, and assign tags to individual products on the Edit Product screen under the Product Tags tab.
您可以在目录>所有标签中管理标签列表,并在“产品标签”选项卡下的“编辑产品”屏幕上为各个产品分配标签。
#1
0
I don't believe that Magento's native attribute model supports sub-attributes, however you could use Tags as they are non-hierarchical. Not that I know much about art(!), but I would guess that some forms of art would cross the hierarchical boundaries anyway...
我不相信Magento的原生属性模型支持子属性,但是你可以使用Tags,因为它们是非分层的。并不是我对艺术(!)知之甚多,但我猜想某些形式的艺术无论如何都会跨越等级界限......
One downside is that they won't be filterable in the Layered Navigation, but you could potentially write an extension to include tags in the Layers.
一个缺点是它们不能在分层导航中过滤,但您可以编写扩展名以在图层中包含标记。
You can manage the list of tags in Catalog>All Tags, and assign tags to individual products on the Edit Product screen under the Product Tags tab.
您可以在目录>所有标签中管理标签列表,并在“产品标签”选项卡下的“编辑产品”屏幕上为各个产品分配标签。