I recently had a client that wanted to migrate their Ubercart ecommerce site to Opencart. I wrote this app to handle the migration of the following:
- Existing customers
- Store options (e.g. Size, Colour)
- Products
- Vocabulary/Categories
- Products to categories
- Orders
- Setting up basic SEO urls
- Product Images
Thought I would upload to Github incase anyone wanted to use it. We were migrating from Ubercart version 6.x-2.14 to Opencart version 2.0.1.1 so there may be some changes needed to make it work with other versions.
#Installation
- Clone this repo
- Run 'npm install' to fetch the required modules
- Run 'npm start' to start the app, then navigate to the URL you've set it up on.
- Click the 'Start Migration' button.