Export of Magento 1 customers as XML file for importing to Shopware 5
Export Magneto 1 Users as XML File to import in Shopware 5. Shopware uses bcrypt hash algorithm. User passwords only work if hash algorithm is md5 and comparison at Shopware 5 is equal to Magento 1. As md5 hash is a one-way function you cannot revert to plain text password.
- Magento 1.x
- Shopware 5
- Sufficient RAM
- Place this script in Magento root
- Alter credentials
- Check realtive path to Magento API
- Adjust filters
Try first with a small default data set if import works in general
Possible reasons why import to Shopware 5 fails.
- xml syntax
- missing mandatory input
- input not matching Shopware requirements
- passwords fail -> adjust in Shopware 5 to md5