Reply To: How do I set a limit per category?

#100479
Victor Huas
Participant

Hello,
Thanks for your reply !
However I have different type of memberships. IF I set a limit of 8 products per user, others that required 10 products couldn’t go further ! Do you get it ?
What I was thinking was going through “formula” to create something like that :
For 8 meals
[alg_wc_mppu limit=”8″ membership_plan=”monthly-membership-8-meal” product_category=”meal”]

For 9 meals
[alg_wc_mppu limit=”9″ membership_plan=”monthly-membership-9-meal” product_category=”meal”]

For 10 meals
[alg_wc_mppu limit=”10″ membership_plan=”monthly-membership-10-meal” product_category=”meal”]

Is that possible ?
Thanks Tom