Skip to content
Advertisement

Tag: woocommerce-subscriptions

WooCommerce Subscriptions – Automatically complete renewal orders and Subscription status

I am working on a site which uses WooCommerce Subscriptions and WooCommerce Memberships. It sells subscriptions which renew annually. The only payment gateway being used is Cheque (renamed to Pay via Invoice), so all renewals are manual renewals. An invoice is sent to the customer (outside of WooCommerce) and the store owners mark the order as Completed in admin when

How to get Order Details from a WC_Subscription instance Object

This one for completed initial subscription payments and subscription renewals. And this one for when a status is changed, so I can handle manual and system changes either manual overrides or failed/pending/active/whatever status based of payments or switches. Answer To get the Order details from the WC_Subscription Object, you will need first to get the parent ID (which is the

Advertisement