• Resolved adessowebs

    (@adessowebs)


    Hi,

    I have 4 PrestaShop sites and I want to merge them into 1 WordPress/WooCommerce site, can I do that with your plugin?

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

    (@kerfred)

    Yes, you can do it. The trick is to run these SQL?requests with phpMyAdmin on the WordPress database between each import:

    UPDATE wp_options
    SET option_value = 0
    WHERE option_name IN('fgp2wc_last_prestashop_cart_rule_id', 'fgp2wc_last_prestashop_cms_id', 'fgp2wc_last_prestashop_order_id', 'fgp2wc_last_prestashop_product_id', 'fgp2wc_last_prestashop_review_id', 'fgp2wc_last_prestashop_voucher_id');
    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.

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import from 4 prestashop sites to 1 worpdpress site’ is closed to new replies.