how to migrate data from drupal to magento by litextension

18
HOW TO MIGRATE DATA ROM DRUPAL COMMERCE TO MAGENTO USING LITEXTENSION TOOL

Upload: oceansoftvietnam-corp

Post on 19-Jan-2017

260 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: How to migrate data from Drupal to Magento by LitExtension

HOW TO MIGRATE DATA FROM DRUPAL COMMERCE TO MAGENTO

USING LITEXTENSION TOOL

Page 2: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 2

If you are looking for quick, easy way to migrate data from

your Drupal to Magento, Magento Migration Modules allows

you to migrate products, categories, attributes, customers,

password, orders and other data from Drupal to Magento.

Migration Tool Module: http://litextension.com/shopping-cart-migration/drupalcommerce-to-magento.html

Live demo: http://demo3.litextension.com/magento_2/index.php/admin/

Page 3: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 3

1. PreparationFor Source Store:Please ensure you have the right permission to upload files into your Source StoreIt must not block access from Target Store to the connector.

Source Store can operate normally during migration as it requires a very limited resource for the process.

For Target Store:Target Store should be placed in a stable hosting or in local host.It also must not block connection to Source Store.Webserver (mostly apache) should have full permission to write on /media folder.PHP Compatibility: PHP 5.3 or later.Magento Compatibility: 1.9 or later

Page 4: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 4

2. SetupAfter downloading the product zip file from our Store, please extract it into a folder. The module consists of two main parts: Magento Data Migration Module (“leCartMigration” folder) and Source Cart Connector (“magento_connector” folder)

2.1 Magento Data Migration Module Setup

Magento Data Migration Module is a Magento Module which acts like a hub at Magento side to receive data and import it into Magento database. It can be installed just like all other Magento Modules:

Using your FTP software, place the folder in your Magento /modules folder.

Go to Back Office >> Modules.

Locate the new module in the list, scrolling down if necessary.

In the row for the new module, click Install.

Page 5: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 5

2.2 Source Cart Connector SetupExtract “magento_connector” into Source Cart root folder. After finished please make sure Migration Connector can be reached at: http(s)://yourstore.com/magento_connector/connector.php

Page 6: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 6

You will get a message “Connector Installed” once it is installed properly.

If you have any problem reaching the link please ensure you have htaccess configured correctly and the file has execution permission

For security, please open connector.php, find this very first line:define('LECM_TOKEN', '123456');

Page 7: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 7

3. Plugins Setup

Custom Fields Plugin: help migrate custom fields from Source Store to Target Magento Store. This is useful in case customers have customized their store, for example: adding fields to database tables, and also want to migrate these fields into Magento Store.

Products and Categories SEO Urls Plugin: help migrate Products and Categories urls. Old urls will be saved in Target Magento Store and will be maintained to keep all current SEO ranking you have built up for years.

Page 8: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 8

Customer Password Plugin: special

plugin which adds the ability to read

passwords encrypted by Source Stores to

Magento. All passwords are migrated

over and remains encrypted, customers

can login to the new shop right away

without the need of resetting passwords.

Drupal to Magento data migration

services natively supports migrating

passwords and does not need this plugin.

Page 9: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 9

4. Enter License Key4.1. After purchasing the product, please login to our store and enter “My downloadable products” section. Here you will find download link and license key for the download package.

Page 10: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 10

4.2. Login your Magento Target Store backend, select Cart Migration > Configuration, and copy and paste your license key here:

Page 11: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 11

5. MigrationPlease login your Magento Target Store backend, select Cart Migration > Migration

5.1 Migration Step 1: Source Cart Configuration

Page 12: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 12

5.2 Migration Step 2:

Migration Configuration

Page 13: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 13

Root Category: the category of Magento store to import all source cart categories into.

Languages Mapping: If your Source Cart is multilingual, corresponding languages should be available in Target Magento Store. You may need to create additional languages in Magento Store to avoid data loss.

Currencies Mapping: Assign Source Cart currencies to proper Target Magento Store currencies. Creating currencies in Target Magento Store may be needed.

Orders Status Mapping: Assign Source Cart order statuses to proper Target Magento Store order statuses. Creating additional order statuses in Target Magento Store may be needed.

Entities to Migrate: select all entities to migrate or just a part of them

Page 14: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 14

Additional Options:

Clear current data on Target Store before Migration: if you choose this option, all current products, categories, manufacturers, customers, orders, product reviews, taxes will be cleared.

Migrate categories and products SEO URLs: if you choose this option, old SEO urls of source will be preserved in Target Magento Store, allowing you to maintain your page rank.

Transfer images in product descriptions to Target Store: download all images in product description into your store so that it won’t have to refer back to your source store or anywhere else for images.

Preserve Customer IDs on Target Store: this will help you preserve your old Customer IDs for easier reference.

Preserve Order IDs on Target Store: this will help you preserve your old Order IDs for easier reference.

Page 15: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 15

5.3 Migration Step 3: Migration

Page 16: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 16

The migration will take place automatically in this final step. In order for it to progress, you should not close your browser of remove Source Cart Connector. Information shows in this step:

1. Source cart: source cart base URL you have entered in Step 1, this url will be registered with your license.

2. Entity limit: the limit associated with your license. To change this value, you need to upgrade/purchase another license code.

3. Tips slider: handle tips you should know

4. Migration progress: show current progress

5. Consolse: show debug information.

Page 17: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 17

After the migration is completed, click on “Clear Cache and Re-build Index” to finish. If you don’t want to run it right here or it returns false for any reason, you can do that manually in

"Advanced Parameters > Performance > Clear Cache" and "Preferences > Search > Re-build the entire index"

Advanced Parameters > Performance > Clear Cache

Page 18: How to migrate data from Drupal to Magento by LitExtension

LITEXTENSION - SHOPPING CART MIGRATION TOOL 18

Contact http://litextension.com/