【问题标题】:Magmi Attribute Set Importer dont set product attributeMagmi 属性集 Importer 不设置产品属性
【发布时间】:2017-12-21 16:43:23
【问题描述】:

使用 Magmi 导入并设置 Attribute Set Importer 时,不会在产品本身上设置相应的产品属性。

我已经阅读了很多帖子,但似乎没有人有这个问题。任何线索我做错了什么?

  • Magento:1.9.2.4
  • 麦格米:0.7.22
  • 属性集导入器:0.0.2

导入文件的内容:

  • 产品文件:
    sku,attribute_set,名称,类型,configurable_attributes,mycolor,状态,重量,价格,simples_skus,super_attribute_pricing
    01111,"testset","product1b","simple","mycolor","re​​d",1,0,11,,
    01211,"testset","product2b","simple","mycolor","blue",1,0,22,,
    01422,"testset","product3b","simple","mycolor","orange",1,0,33,,
    01311,"testset","productconfigurable","configurable","mycolor",,1,0,1,"01111,01211,01422","mycolor::red:11;blue:22;orange:33"

  • 属性文件: "attribute_code","frontend_label","frontend_input","backend_type","is_user_defined","is_required"
    "mycolor","mycolor","select","text",1,1

  • 属性集文件:
    属性集名称、排序顺序、magmi:组
    "testset","0","General:0,Prices:1,Meta Information:3,Images:4,Recurring Profile:4,Design:5,Gift Options:5,mycolor:6"

    李>
  • 属性关联文件:
    属性集名称、属性代码、属性组名称
    "testset","mycolor","General"

Attribute not mapped

【问题讨论】:

    标签: magmi


    【解决方案1】:

    解决办法是设置

    • 后端类型

    在属性文件中

    • int

    事件 varchar 不起作用。

    没有关于这个的信息,所以也许这个答案可以节省一些时间。

    【讨论】:

      【解决方案2】:

      如果我能早点找到你的答案,那会节省我几个小时的时间。

      确实,在任何地方都没有关于这个主题的信息。

      如果在通过 MAGMI(属性集导入器/属性)创建特征时,我们没有为其分配适当的 backend_type 参数,那么 Magmi 会将其设置为“静态”,然后无法导入此类特征的值。

      当特征具有以下 backend_type 参数值时,特征值导入正常工作:

      • 选择[下拉]:'int'
      • 多选:'varchar'

      frontend_label attribute_code frontend_input is_visible is_searchable is_filterable is_visible_on_front is_used_for_price_rules is_user_defined backend_type
      attr1 attr1_code multiselect 1 0 0 1 1 1 varchar
      attr2 attr2_code select 1 0 0 1 1 1 int

      检查 Magento 版本。 2.4.2-p1

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2012-04-22
        • 1970-01-01
        • 1970-01-01
        • 2011-06-25
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多