Reply To: How do I reset the sales data for a user when they purchase a subscription?

Top WooCommerce & WordPress Plugins Forums Maximum Products per User for WooCommerce How do I reset the sales data for a user when they purchase a subscription? Reply To: How do I reset the sales data for a user when they purchase a subscription?

#100974
Pablo
Moderator
Plugin Support

Hi Tahir,

When the users purchase the subscriptions, do their user roles change? If that’s the case and you just need to restrict the quarterly subscription users, please try to use our formula section. Let’s suppose their user roles change to quarterly_subscription. This is how you could set it up:

[alg_wc_mppu user_role="quarterly_subscription" limit="10"]

Let me know if it works.