Skip to content

gitchilliuk/osc2presta-orders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

License

This project is licensed under the MIT License

About

Oscommerce to Prestashop order migration script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages