ChilliApple / osc2presta-orders

Oscommerce to Prestashop order migration script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

Oscommerce to Prestashop order migration script.

Getting Started

A PHP script to migrate osCommerce orders, requires two DB connections, reads orders from Oscommerce DB (Source) and writes to Prestashop DB (Target), Note: it is RECOMMENDED to PRE-import customers and other required Items via Prestashop's inbuilt import features. Various PrestaShop's inbuilt import features can be used (customer, address-book and ZONE based settings (match osCommerce Zone settings))

Requirements:

* PHP 5 or above
* MYSQL 
* COMMAND LINE INTERFACE (if possible)

It is RECOMMENDED to first backup your database, before proceed.

How to run

$ git clone https://github.com/ChilliApple/osc2presta-orders.git

e.g.

$ cd osc2presta-orders/

$ php orders_new.php

You can also use a browser to run, however, it is recommended to use CLI.

License

This project is licensed under the MIT License

About

Oscommerce to Prestashop order migration script.


Languages

Language:PHP 100.0%