Hi,
You will have to set the limits for individual products. There is a quicker way of doing it though, through the formula tab, you would use a formula such as:
[alg_wc_mppu limit="1" product_id="100,110"]
This will set the maximum limit to 1
for products 100
and 110
.
Also for setting the limits for membership levels, you would also have to use a formula. The membership_plan
attribute would be used in this case and the formula might look like:
[alg_wc_mppu limit="1" membership_plan="basic" product_id="100,110"]
This will set the maximum limit to 1
for products 100
and 110
for basic plan members.