magento - How to import attributes using Dataflow advanced profile -
I'm importing properties using advanced profile Dataflo and try its value. But I can not understand which model or function I should override. So anyone knows what file or method is using to save the properties ??
Take a look at Mage_Catalog_Model_Convert_Adapter_Product :: save () and Mage_Catalog_Model_Convert_Adapter_Product :: saveRow () methods you most likely Expand the class and add one of their functionality to one of them.
In addition, to ensure that a complete product export to verify that you are trying to import the special (import) it does not already exist and have the wrong column header ( Attribute name).
Comments
Post a Comment