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

Fix quoting of customer importer #24

Closed astehlik closed 6 years ago

astehlik commented 6 years ago

The same code is now used to quote the customer email address for detecting if the customer exists, for inserting a new customer and for handling customer campaing subscriptions.

This also fixes an SQL error when the campaing subscriptions of an existing customer are updated.

See also: Pull request #22 https://issues.shopware.com/issues/PT-8455 https://issues.shopware.com/issues/PT-7540 https://forum.shopware.com/discussion/41654/migration-von-prestashop-probleme-beim-kundenimport-sql-syntax-near-gmx-de

shopwareBot commented 6 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-9107

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

DennisGarding commented 6 years ago

Thanks for your contribution