Jigoshop To Woocommerce Migration Jun 2026
-- Update order statuses UPDATE wp_posts SET post_status = REPLACE(post_status, 'jigoshop-', 'wc-') WHERE post_type = 'shop_order' AND post_status LIKE 'jigoshop-%';
: Inventory your products, categories, customer records, and order history to ensure nothing is missed during the transfer. jigoshop to woocommerce migration


