• Oscommerce 2 Prestashop (2008/04/09)

    Prestashop provides a nice import facility with the following drawbacks : not easily reproductable and fails stupidly with "hack attempt" message.

    we provide here a full PHP applet hat queries an existing os commerce database, cleans prestashop categories and products, and fills prestashop database with oscommerce categories and products.

  • Features
    • input select query  for osc data in sql files, read at exec by PHP for easier modification 
    • creates categories with selected language id , replicate structure and levels
    • creates products
    • generates SQL files for verificition before import
  • TODO
    • import attributes and extra fields
    • import images
    • import TAX, QTY, and other fields
  • Requirements and instructions
    • the usual suspects : PHP Mysql
    • unzip to www folder, configure mysql access in db_mysql.inc.php (same database for both osccommerce and prestashop, duplicate db_mysql for separate databases), and click on osc2ps.php
    • Note: we assume your osc data tables have the osc prefix !!
  • Download : osc2ps.zip