Andreas von Studnitz
Andreas von Studnitz
As long as it doesn't affect backwards compatibility, I am fine with adding additional possible values as we have already done it with the category ids. If you'd create a...
@WinstonN Can you show us the import array?
The orphan rows are totally correct - the Mage_ImportExport which is used internally uses them if there is more than one value for a column (i.e. more than one category,...
If you are interested in the internal format of Mage_ImportExport (which is used in AvS_FastSimpleImport and thus in Ho_Import too), have a look at http://www.integer-net.com/2012/04/04/importing-products-with-the-import-export-interface/.
The module is supposed to show a warning if a value differs from the default value. So, this is intended behavior. Out of interested: what do you need the information...
Good idea, same for category attribute codes.
@sprankhub You are right. Please see https://github.com/avstudnitz/AvS_ScopeHint2/pull/5 for a WIP version of that.
@fredden Thank you, looks good! Please set the default value to "on" as it's one of the most used features of this module, and I don't want to confuse people...
I think I never used the `NestedArrayAdapter` with Magento 2. What you write sounds reasonable, and if it fixes the problem, it's good for me.
It is, at least configurable product import works perfectly . And you are right about the requirements, thus I'll leave the issue open.