https://github.com/shopware/SwagMigrationMagento
Magento 1 & 2 profiles for Shopware Migration Assistant.
https://github.com/shopware/SwagMigrationMagento
magento migration plugin shopware
Last synced: 20 days ago
JSON representation
Magento 1 & 2 profiles for Shopware Migration Assistant.
- Host: GitHub
- URL: https://github.com/shopware/SwagMigrationMagento
- Owner: shopware
- License: mit
- Created: 2019-11-11T09:03:45.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-28T16:54:22.000Z (about 2 months ago)
- Last Synced: 2025-04-23T17:03:33.228Z (26 days ago)
- Topics: magento, migration, plugin, shopware
- Language: PHP
- Homepage:
- Size: 1.62 MB
- Stars: 16
- Watchers: 11
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shopware6 - Official Shopware 6 Migration Assistant Magento Profile >6.x
README
# SwagMigrationMagento
A migration profile for [Shopware 6](https://github.com/shopware/platform) [Migration Assistant](https://github.com/shopware/SwagMigrationAssistant)
> [!IMPORTANT]
> Please use the current trunk branches of Shopware Platform, the Migration Assistant plugin as well as this plugin.## Features
This plugin adds Magento 1.9.x and 2.x profiles to the Migration Assistant for Shopware 6. You can use this profile together with the
[SwagMigrationAssistant](https://github.com/shopware/SwagMigrationAssistant) to migrate the data of your Magento 1.9.x or 2.x shop to Shopware 6.Currently, you can migrate the following data:
- Languages
- Customer groups
- Categories
- Countries
- Currencies
- Shop structure (store views, etc.)
- Customers
- Orders
- Media
- Manufacturer/supplier
- Property groups
- Products and their variants
- Product reviews
- SEO URLsThis plugin is still in development.
## Installation
1. Clone the repository into the `custom/plugins` directory of your Shopware 6 installation:
```sh
git clone https://github.com/shopware/SwagMigrationMagento.git custom/plugins/SwagMigrationMagento
```2. Run the following commands from the Shopware root directory:
```sh
bin/console plugin:refresh
bin/console plugin:install --activate SwagMigrationMagento
```## Documentation
For further information, you can refer to our [user documentation](https://docs.shopware.com/en/migration-en/Migrationprocess?category=migration-en) and our [developer documentation](https://docs.shopware.com/en/shopware-platform-dev-en/internals/plugins/shopware-migration-assistant).
## License
The MIT License (MIT). Please see the [License File](LICENSE) for more information.