How can I make your plugin work with the WooCommerce Memberships plugin?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #100898
    Tahir
    Guest

    Hi there,

    I recently posted a request for clarification of how to achieve product purchase restriction per month for users with Quarterly subscription or membership, while letting others, with Annual subscription or no subscription, purchase products as much as they want.

    Now you mentioned that it can be achieved by assigning all products a specific tag, which I understand. But next thing about ID is what I want clarification of!

    Also how your pro plugin will integrate with woocommerce memberships to create ghe system that I need?

    Looking forward to your response here!

    #100899
    Pablo
    Moderator
    Plugin Support

    Hi Tahir,

    You will only need the tags if you want to create a limit for different products. For example, let’s say you want users to buy 10 products maximum. With the tags option, they will be able to add 10 different products to cart from a specific tag.

    Now, if you want to create a limit individually for each product you don’t need the tag option. In that case, they will be able to add each product to cart 10 times.

    The compatibility with Memberships works by allowing to create specific limits for each membership plan, like I was suggesting you on your first question:

    [alg_wc_mppu limit="10" term_id="21" membership_plan="quarterly"]
    #100900
    Pablo
    Moderator
    Plugin Support

    Oh, and the ID is just the category or the tag ID. When you are at the admin tag or category page, you’ll be able to see the ID by looking at the URL and paying attention to the &tag_ID parameter. Example of the admin tag page URL having an ID of 77:

    term.php?taxonomy=product_tag&tag_ID=77
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.