Adding existing attribute to all attribute sets

前端 未结 6 1935
孤街浪徒
孤街浪徒 2021-02-06 05:53

I have an existing attribute for an embed code. I need to associate this attribute with 120+ existing attribute sets.

If I know the attribute set id, ho

6条回答
  •  忘掉有多难
    2021-02-06 06:46

    Do not use

    Mage::getResourceSingleton('catalog/setup');
    

    But use

    Mage::getResourceModel('catalog/setup', 'catalog_setup');
    

提交回复
热议问题