Oscommerce to Prestashop order migration script.
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))
* PHP 5 or above
* MYSQL
* COMMAND LINE INTERFACE (if possible)
It is RECOMMENDED to first backup your database, before proceed.
cd <installation folder>
e.g.
$ cd osc2presta-orders/
$ php orders_new.php
You can also use a browser to run, however, it is recommended to use CLI.
This project is licensed under the MIT License