Support » Plugin: Woocommerce osCommerce Import » Shows as 'Successful' but not importing

  • I imported the oscommerce db on the localhost and ran the import script. It look like it connect properly to the mysql db and get as a result

    The oscommerce data was successfully imported

    Categories Imported:
    Products Imported:

    Categories and products are blank and no products are imported.
    Any idea why this happens?
    Also, if the db is imported and local, does the oscommerce store url matter?

    Version:
    Wordpress: 3.9.1
    Import plugin: 1.2.1
    Woocommerce: 2.1.9
    Oscommerce: 2.3.1

    Thanks

    https://wordpress.org/plugins/woocommerce-oscommerce-import/

Viewing 5 replies - 1 through 5 (of 5 total)
  • hi, i have the same problem with osC 2.2

    with same plugin versions

    Please check your language settings in OSC.

    I fiddled around with this plugin today and noticed its hard coded in the plugin only to look for language id 1.
    Edit the woocommerce-osc-import.php file, search and replace all parts that say this
    language_id=1
    Change to your language id from OSC. (probably 2 if you have other than english)

    great, that worked for me as my language had id=2

    thank you HarryComa, you saved my day^^

    Hello gyus!

    I have the same problem. However if I try to use the plug-in “as-is” without any modification, I do not get the success-message you are talking about

    The oscommerce data was successfully imported

    Categories Imported:
    Products Imported:

    ____________

    However, if I change to Language_id from 1 to 2, the above happens. but nothing more. Zero Products or categories imported.

    I have WordPress 3.9.1 Oscommerce 2.2. My Language is Norwegian.

    Orders _OK
    Customers_OK /yet i had to refresh a gizillion times

    Anyone With a solution. I have spend fours hours on this now, and i am about to give up..

    Regards
    Sonny

    nordoz your language id may not be number 2. Mine was 3. You can just do this in your theme somewhere:

    <?php var_dump($languages_id); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shows as 'Successful' but not importing’ is closed to new replies.