I am using WooCommerce subscription plugin
I suggest ( Subscription product + WooCommerce simple product with custom pricing) as a package to customer.
Also during Subscription renewal I programmatically add ( simple product + subscription product) to the active subscription.
I have a scenario , where customer cancels the subscriptions and Admin approves the cancellation of subscription.
Now in customer My account subscription page , he is shown with Resubscription button .
This resubscription only takes the last cancelled subscriptions ( Subscription product) and proceeds to checkout,
Is there any way i can add the simple products also during the resubscription process ?
Please suggest , Thanks in Advance
I tried the below hook but it works after new subscription creation.
add_action('wcs_create_subscription', 'action_wcs_create_subscription', 10, 20)
Is there a way to hook in to resubscription process and add additional simple products to the checkout?