Reply To: How can I set it so that if user goes over limit, he has to buy more membership?

Top WooCommerce & WordPress Plugins Forums Maximum Products per User for WooCommerce How can I set it so that if user goes over limit, he has to buy more membership? Reply To: How can I set it so that if user goes over limit, he has to buy more membership?

#100446

Hi,

Sorry for the late reply.

Not sure if I understood it correctly. Do you mean that you have set max limit for all users now, and you want to set different limits for users with memberships? If that’s the case, you will need to additionally enable our “Formula” section (in “WooCommerce > Settings > Maximum Products per User > Formula”), and set it to something like:

[alg_wc_mppu limit="10" membership_plan="silver"]
[alg_wc_mppu limit="15" membership_plan="gold"]

Please let me know if I misunderstood you.