shopware5 / SwagMigration

Shopware 5 Migration (Import from third party systems)
http://store.shopware.com/en/swag00426/migrating-from-other-shop-systems-to-shopware-4.html
MIT License
17 stars 40 forks source link

Support magento attribute import to custom shopware attributes #37

Closed JoshuaBehrens closed 3 years ago

JoshuaBehrens commented 5 years ago

The attribute mapping seems just to support the legacy history driven attributes attr1 to attr20. This fix adds support for all custom attributes. If you choose an attribute that is not in attr1 to attr20 the attribute is not getting filled.

shopwareBot commented 5 years ago

Hello,

thank you for creating this pull request. I have opened an issue on our Issue Tracker for you. See the issue link: https://issues.shopware.com/issues/PT-10334

Please use this issue to track the state of your pull request.

sobyte commented 5 years ago

I'm getting the error Unknown field in list because of this when selecting the EAN field in the mapping. Either we need to find another way for the mapping of non-attribute fields or add a validation for the attributes.

DennisGarding commented 3 years ago

FIxed with: https://github.com/shopwareLabs/SwagMigration/pull/36

JoshuaBehrens commented 3 years ago

Woop Woop