Ready This is an app especially developed for Shopware 6 Shopware certified
Magento Migration Profile

Magento Migration Profile

by shopware AG (2) Ratings 944 Downloads

Without support

Free
To use the wish list, you must accept the necessary cookies. Accept cookies
Can be used in:
Not available
This extension cannot be used in a Shopware Cloud shop.
Cloud
Self-hosted
This app is available for Shopware 5
Details
  • Swag156421341964f
  • shopware AG
  • 6.0.0
  • 6 May 2024
  • de_DE en_GB
  • 6.1.0 – 6.1.6
    6.2.0 – 6.2.3
    6.3.0.0 – 6.3.0.2
    6.3.1.0 – 6.3.1.1
    6.3.2.0 – 6.3.2.1
    6.3.3.0 – 6.3.3.1
    6.3.4.0 – 6.3.4.1
    6.3.5.0 – 6.3.5.4
    6.4.0.0
    6.4.1.0 – 6.4.1.2
    6.4.2.0 – 6.4.2.1
    6.4.3.0 – 6.4.3.1
    6.4.4.0 – 6.4.4.1
    6.4.5.0 – 6.4.5.1
    6.4.6.0 – 6.4.6.1
    6.4.7.0
    6.4.8.0 – 6.4.8.2
    6.4.9.0
    6.4.10.0 – 6.4.10.1
    6.4.11.0 – 6.4.11.1
    6.4.12.0
    6.4.13.0
    6.4.14.0
    6.4.15.0 – 6.4.15.2
    6.4.16.0 – 6.4.16.1
    6.4.17.0 – 6.4.17.2
    6.4.18.0 – 6.4.18.1
    6.4.19.0
    6.4.20.0 – 6.4.20.2
    6.5.0.0
    6.5.1.0 – 6.5.1.1
    6.5.2.0 – 6.5.2.1
    6.5.3.0 – 6.5.3.3
    6.5.4.0 – 6.5.4.1
    6.5.5.0 – 6.5.5.2
    6.5.6.0 – 6.5.6.1
    6.5.7.0 – 6.5.7.4
    6.5.8.0 – 6.5.8.9
    6.6.0.0
    6.6.0.2 – 6.6.0.3
    6.6.1.0 – 6.6.1.2
    6.6.2.0
Changing shop systems can be complicated – but we’re here to help. If you are currently using... more

Product information

Highlights

  • Migration from Magento 1.9.x to Shopware 6
  • Migration from Magento 2.0-2.3 to Shopware 6
  • Extension for the Shopware 6 Migration Assistant
  • Easy data transfer from Magento to Shopware

Features

  • Extension of Shopware 6 Migration Wizard

Description

Changing shop systems can be complicated – but we’re here to help. If you are currently using Magento and are looking to switch to Shopware, this plugin makes it possible to easily and quickly migrate your shop data. The corresponding Migration Assistant plugin guides you step-by-step through the process of selecting which data to migrate.

Here is an overview of which datasets can be migrated from your Magento shop:

  • Shop properties                  Yes
  • Order status                        No*
  • Payment methods              No*
  • Tax rates                               No*
  • Category structures           Yes
  • Product ratings                   Yes
  • Manufacturers                     Yes
  • Customer data                     Yes
  • Address data                        Yes
  • Customer ID numbers        Yes
  • Orders                                   Yes
  • Products                                Yes
  • Product numbers                 Yes
  • Product master data            Yes
  • One-dimensional variants   Yes
  • Multidimensional variants   Yes
  • Properties                              Yes
  • Product images                     Yes
  • Stock                                       Yes
  • Cross- and Upselling            Yes

*Must be manually configured in your Shopware installation

 

You can find more detailed information on migrating from Magento to Shopware in our documentation:

https://docs.shopware.com/en/migration-en/magento-migrationsprocess 

Learn more about the Magento Migration Tool and check it out on Github: 

https://github.com/shopwareLabs/SwagMigrationMagento


Important: This plugin only works in combination with the free Migration Assistant plugin.

Read, write and discuss reviews... more

Customer reviews

Average customer rating from 2 reviews:

Total
Functionality
Usability
Documentation
Support

Latest version does not work

12 Dec 2023

I've spent dozens of hours on this module, and it is extremely buggy. The latest version doesn't work at all; it crashes on the basicSettings already with:

```
[error] SWAG_MIGRATION_RUN_EXCEPTION
An exception occurred
Entity: category, sourceId: -
syntax error, unexpected token "(", expecting ":"
```

I downgraded to the older v5.0.0 version, and the problem was solved.

However, please be aware of the following issues:

A) Shopware does not reply to emails regarding issues with this module; they simply 100% ignore you.
B) There is no way to report bugs; you can only submit Pull Requests.
C) The module does not perform the job for you; you will need to fix many things.
D) The module seems to be very difficult for Shopware agencies. My agency spent 40+ hours fixing the module with not enough results.

Here are the bugs you can expect:

1) The order_delivery_position table is needed for correct VAT calculation, but it is empty after the import and needs to be filled with a MySQL query.
2) The VAT numbers of customers are imported, but not in the correct table; they switched from VAT number logic a few Shopware versions back, but the migration module still uses the old procedure.
3) Order Items are imported excluding VAT but are considered including VAT after import, so all your imported order items are incorrect.
4) The subtotal used also uses the incorrect column in Magento and also has the same VAT issue; it should be including VAT, but the tool imports it excluding VAT.
5) It imports orders with VAT as 'nett' orders, but they should be 'gross'.
6) All orders are imported WITHOUT shipping address, shipping method, shipping status, and shipping costs. This is because the mapping for order_delivery_status is missing in the mapping table. It needs to be added manually.
7) Credit items, like discounts, are imported with incorrect VAT calculation and need to be corrected afterward.
8) The price column of the order line items is incorrect. After the import, the first product of an order does not get the price of the item but the total price and total VAT of the total order; this needs to be corrected.
9) Default Shipping Address is missing for a lot of imported customers, and because of that, a customer and/or the order of the customer is not displayed correctly, and orders cannot be altered due to the missing default shipping address.
10) The VAT of shipping costs is not calculated and needs to be corrected.
11) Customers are not bound to a sales channel after import.
12) The module imports tons of Customers as guest accounts, and it needs correction in the Magento database because the import tool does not understand changes in Magento 2.4.
13) If you have a lot of product reviews, don't be surprised that you'll be missing some after import. We missed 1200 reviews. It was a but in 'SetMaxResults' in de importer and had to be commented out to solve the issue.
14) Imported products of different sales channels are mapped to all sales channels after import. For example, if you have 1000 products for sales channel A and 500 for sales channel B, you have 1500 products for each channel after import.
15) The importer does not do a good job for 'Magento Attribute Sets' we are using about 20 sets in Magento. After import they are assigned as 'Custom Fields' in Shopware. but every product has now 20 Custom Field tabs with empty data except for one. Which is not usable.
16) And a lot more bugs have been found.

As you can see, there are many issues, and nobody at Shopware seems to be interested in my findings or willing to contact me about this. I have resolved all these issues with database queries after the import, but it took me about 60 hours to find and fix all of them.

Total
Functionality
Usability
Documentation
Support

Migration von Magento leichtgemacht!

9 Dec 2020

Wir waren Jahre lang im Magento Umfeld unterwegs und migrieren jetzt nach und nach alle unsere Altkunden zu Shopware 6. Das Plugin wird regelmäßig aktualisiert und funktioniert in der neusten Version tadellos. Danke für das tolle Plugin!

Total
Functionality
Usability
Documentation

Changelog

Version 6.0.0

  • NTR - Support for migration assistant ~10.0

Version 5.1.0

NTR - Support for migration assistant ~7.0

Version 5.0.0

MIG-859 - Update profile for Shopware 6.5

Version 4.0.3

MIG-269 - Fix missing order data for systems where MySQL trigger do not work

Version 4.0.2

MIG-241 - Optimize migration of property group options
MIG-242 - Optimize customer migration

Version 4.0.1

MIG-230 - Optimize product property relation migration
MIG-236 - Optimize guest order customer migration

Version 4.0.0

MIG-203 - Shopware 6.4 compatibility

Version 3.0.0

MIG-169 - Fix migration of creation date of product reviews
MIG-188 - Improves media download stability
MIG-191 - Improves migration of orders
MIG-194 - Optimizes sales channel migration

Version 2.2.1

MIG-120 - Solves an issue when loading the pre-mapping
MIG-168 - Optimized request options

Version 2.2.0

MIG-66 - Improve migration of property product relations
MIG-101 - Improve migration of sales channels
MIG-108 - Improve migration of product prices
MIG-113 - Improve performance of category migration

Version 2.1.1

MIG-86 - Removing the password validation when creating a connection
MIG-88 - Optimization when checking the media file name
MIG-89 - Improve migration of languages

Version 2.1.0

MIG-13 - Migrate product reviews without customer
MIG-70 - Optimized bounding of custom field sets to products

Version 2.0.2

MIG-29 - Solves an issue in pre-mapping when using table prefixes
MIG-44 - Recognize special prices
MIG-68 - Optimized rebuilding of container for deactivation and activation of the plugin

Version 2.0.1

MIG-67 - Fix composer requirements

Version 2.0.0

MIG-1 - Improve migration of category, product, manufacturer and property group translation
MIG-5 - Improve snippet loading of DataSets
MIG-7 - Fix migration of order deliveries
MIG-12 - Migrate cross- and up-selling
MIG-19 - Improve premapping of shipping methods
MIG-24 - Fix migration of addresses for guest orders
MIG-25 - Improve migration of variants
MIG-26 - Improve migration of configurable products from Magento 2

Version 1.5.0

PT-11864 - Improve media file processing
PT-11923 - Shopware 6.3 compatibility
PT-11955 - Fixes a problem with saving media

Version 1.4.0

PT-11779 - Split store structure based on store groups to sales channels
PT-11859 - Improve migration of product properties

Version 1.3.5

PT-11854 - Optimize category fetching query

Version 1.3.4

PT-11778 - Optimize product fetching queries

Version 1.3.3

PT-11787 - Add missing query part for table prefixes

Version 1.3.2

PT-11722 - Improve sales channel and product converter
PT-11736 - Improve product base data migration
PT-11764 - Add sorting of pre-mapping values

Version 1.3.1

PT-11658 - Improve customer password encoder for Magento 1

Version 1.3.0

PT-11373 - Implement Magento 2.x migration profile
PT-11618 - Fix error with too many open database connections
PT-11642 - Solves an issue when migration orders
PT-11659 - Solves an issue when migration categories with unnamed root category

Version 1.2.1

PT-11525 - Optimize media migration process

Version 1.2.0

PT-11490 - Improve custom field and property migration
PT-11533 - Fix guest migrations

Version 1.1.2

PT-11464 - Recognizes basic settings of price management in Magento
PT-11465 - Fixed incorrect migration of min and max purchase
PT-11468 - Fix seo url reader for categories
NTR - Fix query missing table prefix

Version 1.1.1

NTR - Solves an issue with version compatibility

Version 1.1.0

PT-11324 - Migrate product weight
PT-11347 - Optimize media migration
PT-11429 - Order categories based on parent (colinmurphy)
PT-11453 - Optimize category sorting with limit and offset
NTR - Migrate meta data for products and categories
NTR - Optimize payment premapping
NTR - Fix custom field migration of selection type without options

Version 1.0.0

PT-11183 - Migrate customer passwords
PT-11251 - Use default number range for magento customers
PT-11245 - Migrate magento attributes & sets as they are
PT-11244 - Improve category migration performance
PT-11238 - Migrate guest orders
PT-10982 - Refactor store view mapping
PT-11111 - Change plugin icon
PT-11211 - Do not migrate empty root category
PT-11217 - Optimize sql queries
NTR - Improve performance

Version 0.9.0

First version of the Shopware Migration Magento profile for Shopware Migration Assistant

About the Extension Partner

shopware AG shopware AG Shopware Extension Partner Shopware Gold Partner Shopware Extension Partner Shopware Gold Partner 3 Certifications Developer SW5 0 Developer Advanced SW5 0 Template Designer SW5 0 Template Developer SW5 0 Developer SW6 0 Developer Advanced SW6 0 Solutions Specialist SW6 3 PaaS Specialist SW6 Template Designer SW6 0 Template Designer Advanced SW6 0 77 Extensions 3 Ø Rating
Current version:

Version:

Free

Without support

To use the wish list, you must accept the necessary cookies. Accept cookies

Recently viewed