• I have been importing a woocommerce shop using the importer. I found that the number of shop orders recreated in the new shop is a smaller number than existed in the exported shop. Having looked in the exported Xml for the missing orders and then skimmed the importer code it seems the bug is in the importer. This is because on our woocommerce shops include a limited amount of distinct shop orders that have identical post_date and post_title fields.

    This is just for reference, our shop has 36 missing orders out of 6000 because of this. My workaround will probably be to suffix each title with the ID of the post.

    Ignore if this has been fixed in a later version of importer 0.6

    • This topic was modified 7 years, 2 months ago by piggstar.
    • This topic was modified 7 years, 2 months ago by piggstar.
  • The topic ‘Import of woocommerce shop orders breaks as existing post’ is closed to new replies.