how to migrate data from opencart to magento using litextension migration tool

21
HOW TO MIGRATE DATA FROM OPENCART TO MAGENTO USING LITEXTENSION MIGRATION TOOL If you are looking for quick, easy way to migrate data from your OpenCart to Magento, LitExtension Migration Modules should draw your attention. It allows you to migrate products, categories, attributes, customers, password, orders and other data from OpenCart to Magento. The process is straightforward and requires no technical knowledge.

Upload: litextension

Post on 07-Aug-2015

45 views

Category:

Software


3 download

TRANSCRIPT

Page 1: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

HOW TO MIGRATE DATA FROM OPENCART TO MAGENTO USING LITEXTENSION

MIGRATION TOOL

If you are looking for quick, easy way to migrate data from your OpenCart to Magento, LitExtension Migration Modules should draw your attention. It allows you to migrate products, categories, attributes, customers, password, orders and other data from OpenCart to Magento. The process is straightforward and requires no technical knowledge.

Page 2: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

1. Preparation

For Source Store:

Please ensure you have the right permission to upload files into

your Source Store

It 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.

PHP Compatibility: PHP 5.3 or later

Page 3: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

For Target Store:

It is strongly recommended to backup Magento Target Store first

Target Store should be placed in a stable hosting or in localhost.

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.7 or later

Page 4: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

2. Setup

After downloading the product zip file from our Store, please

extract it into a folder. The module consists of two main parts:

Cart Migration Magento Module (“app” and “skin” folder) and

Source Cart Connector ("magento_connector" folder)

Page 5: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

2.1 Cart Migration Magento 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, please follow our general Installation

Guide:

http://litextension.com/docs/cart_service_migration_user_guide.pdf

Page 6: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

2.2 Source Cart Connector Setup

Extract “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 7: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

After finished please make sure Migration Connector can be

reached at:

http(s)://yourstore.com/magento_connector/connector.php

For security, please open connector.php, find this very first line:

define('LECM_TOKEN', '123456');

And change "123456" to another string, this will be used to enter

to the Migration Form( Cart Token ) and acts like "password"

to prevent unauthorized data access to your source store.

Page 8: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

3. Migration

Please login your Magento Target Store backend, select Cart

Migration > Migration

The migration will go through 3 simple steps. Just hit “Next” when

you finish one step to advance.

Page 9: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

Step 1: : Source Cart Configuration

Page 10: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

Cart Type: Select corresponding source cart type (OpenCart)

Cart Url: source cart full url

Cart Token: the token string which has been configured in

connector.php

Page 11: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

Step 2: : Migration Configuration

Page 12: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

Root Category: the category of current Magento store to import all source cart

categories into.

Languages Mapping: If your Source Cart is multilingual, corresponding languages

( or storeviews) 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 13: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

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 SEF

urls of source will be preserved in Target Magento Store, allowing you to

maintain your Pagerank.

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 14: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

Step 3: Migration

Page 15: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

The migration will take place automatically in this final step. In order

for it to progress, you should not close your browser.

After the migration is completed, click on “Clear Cache and ReIndex

Data” to finish. If you don’t want to run it right here or it returns

false here, you can do that manually in System > Cache

Management and System > Index Management.

Page 16: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

4. Migration Resuming

When a problem occurring on the migration process, Migration Tool

provide the ability to resume the process in two ways:

1. Automatically resume on the spot: the tool will automatically

resume after a failure until all data is imported.

Page 17: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool
Page 18: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

2. Manually resume: you can refresh the page to go back to

Step 1 and click on “Resume”, this is helpful when you

want to temporarily stop migration and resume when you

want to.

Page 19: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool
Page 20: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

5. Advanced ConfigurationAccess Advanced Configuration by going to Cart Service Migration >

Configuration from Magento backend menu. All default values are

configured to work with most cases, thus it is recommended to change

these values only when it is necessary to.

Page 21: How to migrate data from OpenCart to Magento Using LitExtension Migration Tool

XXX Per Batch: Cart Migration splits each entity data into small batches

(or chunks) and import them in turn. This option defines batch size to

process in each turn. Depending on your Magento hosting resource you

can change the values accordingly. The lower the value is, the less time

and resource Magento spends to process a batch, also the longer overall

time to import full data.

Delay Time: the sleeping time between each batch. This option defines

the “break time” for both Source Store and Target Store. It is also helpful

to prevent Timeout issue if Source Store has been setup to limit the

number of requests in a period of time.

Auto Retry After: if by some reason, the batch process fails, the tool will

automatically retry after a period of time defined by this option.