It also doesn’t work with subscription orders. Would you be willing to share github repo so I can add support?
Hi @crimsonvspurple
Thanks for reaching out!
We actually just released version 1.1.1, which introduces key improvements:
- Date Range Filter (From / To): Set a “From” date to process only recent orders from the last few days, skipping older orders from 2015 altogether (making ASC/DESC sorting unnecessary).
- Product Category Filter: Select specific product categories containing downloadable products to narrow down which orders are processed.
- All-Products Mode: Leaving the Product IDs field empty now processes all downloadable products (both simple and variable) instead of throwing an error.
With the new Date Range filter in version 1.1.1, changing the order direction (ASC/DESC) won’t be necessary, as you can simply set the “From” date (e.g., a few days ago) to target only recent orders and skip older ones from 2015.
Could you elaborate a bit more on what specific compatibility or behavior you’re looking for regarding WooCommerce Subscriptions?
Best regards
Really cool.
If you are on latest wc subscriptions plugin https://woocommerce.com/products/woocommerce-subscriptions/ and i guess HPOS, then subscriptions show up in a separate tab.
I ran a regen and it went thru 10000s of orders, took a lot ot time, but ultimately, none of the subscription where I needed the regen worked.
Later on, I modified the plugin to filter by shop_subscription, desc and use wc-active as status which worked like a charm.
Subs have its own status, instead of typical order status. I’m happy to contribute code or just test; whatever works for you.