Home › 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?
June 11, 2022 at 6:30 pm #100974
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.