woocommerce / action-scheduler-disable-default-runner

Disable Action Scheduler's default queue runner, by removing it from the 'action_scheduler_run_queue' hook.
GNU General Public License v3.0
49 stars 4 forks source link

Permanently removing subscriptions #4

Open amooreTO opened 2 years ago

amooreTO commented 2 years ago

If I want to permanently remove all subscriptions because we have moved away from WooCommerce Subscriptions, would I need to use this plugin? Or would I just need to cancel all active subscriptions? When we cancel a subscription, does any data get passed to the payment provider (e.g Stripe)?

petermorlion commented 1 year ago

For what it's worth, I wanted to at least disable renewal emails and asked WooCommerce support. This was their answer:

If you would like to discontinue the use of the WooCommerce Subscriptions extension, the easiest thing here would be to mark the subscriptions as cancelled by going to WooCommerce → Subscriptions and using the bulk options to cancel multiple subs.

Once the subscriptions are cancelled all emails, scheduled actions and scheduled payments will be cancelled as well.