• Resolved kenteush29

    (@kenteush29)


    Do you have the same problem ?

    I deleted all my shop products. 450 exactly. But I had a backup, was just making stupid tests with import plugin to synchronize stock.

    After the import of the backup file : surprise, any slug were imported. I optimized them one by one I’m crazy !!

    How to export product slugs from a Woocommerce shop ?
    How to import these permalinks and link them to the product id again ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    When disabling and clearing out products from WooCommerce, the database will still hold records of the products, etc. This means that when they are imported the “new” versions will not be allowed to use the same Post IDs since they already exist in the database. If you would like to completely wipe the store there is a line of code you can add to the functions.php file to completely wipe the database of all WooCommerce data when the plugin is removed. You can find more on this process in our documentation:

    https://docs.woocommerce.com/document/installing-uninstalling-woocommerce/#section-4

    Once that is done, remove the line from the code and you should be able to import the products as intended. I hope this helps! Please let me know if you have any questions.

    Hi,

    We haven’t heard from you on this. I am going to mark this issue as <b>Resolved</b> at this time. If you have more on this or anything else, feel free to open a new forum post.

    Take care!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘** No URL export/import ? – NO WAY ! **’ is closed to new replies.