• Resolved javierrguez

    (@javierrguez)


    Hi.

    A couple of updates or three ago I worked properly, and now I only care about the categories of products. Do not import anything else. Why can it be?

    This is the log showing:

    === START import 2016-11-04 15:51:51 ===

    Connected with success to the PrestaShop database

    PrestaShop data found:<br />166 products<br />7 articles<br />3 employees<br />370 customers<br />285 orders<br />

    0 categories imported
    0 articles imported
    0 tags imported
    30 product categories imported
    0 products imported

    Memory used: 53,827,120 bytes<br />

    Duration: 70 sec<br />

    IMPORT COMPLETE

    === END import 2016-11-04 15:53:02 ===

    Greetings and thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kerfred

    (@kerfred)

    It is probably because you have already done the import.
    To restart the import, you must first delete the imported data with the button “Empty WordPress content”.

    Thread Starter javierrguez

    (@javierrguez)

    Hi. Is that button do not delete anything from the rest of the web? I was afraid to use it.

    I just solve it with the help of another post, by executing the following SQL:

    UPDATE wp_options
    SET option_value = 0
    WHERE option_name = ‘fgp2wc_last_product_id’;

    Thank you.

    Sorry, I had inadvertently written on the other post.

    Plugin Author Kerfred

    (@kerfred)

    Since the version 2.8.0, this button can delete only the new imported data without deleting the other data that have been created before or after the import.

    You can do a database backup before using it.

    Thread Starter javierrguez

    (@javierrguez)

    Thank you very much for the clarification. A greeting.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No import products’ is closed to new replies.