Hello,
I have several products in a category.
For a specific membership_plan, I would like to limit it to “1” the number of products the user can purchase with that membership.
This means the member needs to choose 1 product from that category.
I am using:
[alg_wc_mppu limit="1" term_id="121910" membership_plan="free-trial"]
The term_id I am catching from the URL once I get in the category. URL here:
https://futmagazine.com/wp-admin/term.php?taxonomy=product_cat&tag_ID=121910&post_type=product&wp_http_referer=%2Fwp-admin%2Fedit-tags.php%3Ftaxonomy%3Dproduct_cat%26post_type%3Dproduct
And it is not working after testing.
Limit formula is enabled
Limit Per product category is enabled
Limit Per product tag is enabled
Limit Per product is enabled
Note: in addition to that, for another membership plan the same products in that category can be purchased only 1 time. This is working well after establishing the limit per product to “1”.
Please advise