I want to display the name of the subscription product in the overview of my active subscriptions. At the moment, the page shows only the subscription order number with the function $subscription->get_order_number()
I printed the array behind $subscription
but it seems that the array has no information about the subscription product or the ordered variation.
Is there a way to display the name and the variation of the ordered subscription product?
Displaying the order number only, is not very helpful for the user.