对你来说,这可能是一个非常简单的问题,但它正是我徘徊了好几个小时......
我的问题是,我有一个可配置的产品
'PRODUCT-1'
使用自定义属性
SIZE
..现在我想添加另一个自定义属性
COLOR
在我的产品中......
我知道的一种方法是,从头开始,删除繁琐的产品并添加具有2个属性的新产品......在我的情况下,这对我没有好处。
有没有方法,我可以添加一个 custom attribute 现有的 configurable product ??
最新回答
- 2019-12-51 #
相关问题
- magento2:Magento 2:无效的UI组件元素名称' product_form'magento2magentoadminmagentoattributesmagentocatalog2019-12-05 21:36
- magento 1.9:获取多个选择属性值magento1.9magentoproductmagentoadminmagentoattributes2019-12-05 21:30
- 只读产品后端属性magentoproductmagentoattributesmagentoproductattributemagento1magentobackend2019-12-05 21:27
- magento2:从Magento 2中的管理存储中检索产品属性magento2magentoproductmagentoattributes2019-12-05 21:31
这可以通过导入/导出功能实现.
导出可配置产品( System >Import/Export >Export )并按SKU过滤
通过更新以下列来编辑导出的CSV中的可配置产品以包含颜色属性:
_super_products_sku, _super_attribute_code, _super_attribute_option, _super_attribute_price_corr
重新导入CSV( System >Import/Export >Import )
您的产品应该更新.
IMPORTANT: 您可能需要应用此修复程序才能正确导出可配置产品。