Hi Anne,
We’ve released new plugin v2.4.2 today, where I’ve added new membership_plan
attribute to the “Formula” section. So now you can set max quantities per membership plan (i.e. without user roles). Basically now you need to add something like this to the “Formula” option:
[alg_wc_mppu_max_qty max_qty="2" membership_plan="silver,gold"]
I.e. in this example you will set the max quantity to 2
pcs. for all users with silver
or gold
membership plan (you need to use membership plan slugs here).
If you want to set different max quantities for different products, then you need to enable “Per Product” checkbox in “Quantities” section and set “Formula” to e.g.:
[alg_wc_mppu_max_qty max_qty="2" membership_plan="silver,gold" product_id="101,102"]
[alg_wc_mppu_max_qty max_qty="1" membership_plan="silver,gold" product_id="103,104"]
Please let me know if something is not working as expected or if you have any questions.
P.S. If you wish, you can also share an admin account to your site, so I could log in and help you with it (my email is [email protected]).