Can you group subscription by user?
-
I have a website where each user can subscribe multiple items. Each item has a duration of 1 month. I want to group all subscriptions per user, so that each user gets only one invoice per month.
This seems to be possible with the WooCommerce Subscriptions plugin: https://docs.woocommerce.com/document/subscriptions/multiple-subscriptions/
However, I am in a situation, where if a user purchases 1 subscription and buys another one after 1 week, I want that the 2nd subscription ends in 3 weeks and is grouped with the other, so that at the end of the month the user gets one invoice for boths subscriptions.
Is this possible? Could I maybe add the subscription to the previous card of the user, if he has any?
- The topic ‘Can you group subscription by user?’ is closed to new replies.