danslo / ApiImport

Boilerplate between the Magento API and ImportExport, so that you can do fast Array/XMLRPC/SOAP based product imports.
244 stars 79 forks source link

Save different attribute labels per store => unique id by admin label #18

Open bragento opened 10 years ago

bragento commented 10 years ago

Good morning Daniel,

referring to ApiImport / code / Model / Import / Entity / Product.php L. 128 we don't seem to have the possibility to import Attribute labels per store. Is that correct? We currently have the case that only the admin label is unique while the attribute option labels for the frontend aren't. Do you see a simple solution to extend the logic at this point? Ideally we'd pass on an array with the admin label as the primary key and storeId=>label as key values. Does that make any sense or are we getting something wrong here?

Thank you in advance Regards

Amir