How to set different limits for different users?

Top WooCommerce & WordPress Plugins Forums Maximum Products per User for WooCommerce How to set different limits for different users?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #100714
    DANILO DRAGO
    Guest

    Hi. I’m using the free version of your plugin on my website.
    Now i need a new functionality and i hope it’s possibile to use the Pro version.
    This is my problem: i need to limit the number to items purchased in these ways:

    User1 can buy 5 products (max 2 tagged tag1, tag2, tag3, tag4)
    User2 can buy 10 products (max 5 tagged tag1, tag2, tag3, tag4)
    User3 can buy 15 products (max 8 tagged tag1, tag2, tag3, tag4)
    and so on….

    Does your pro plugin permits to get what i need?

    Thanx in advance.

    #100715
    Zohaib
    Participant

    Hi,

    Yes, this should be possible.

    You would use the Formula tab int he plugin’s settings and your formula would something like:

    [alg_wc_mppu limit="5" user_id="1" term_id="1,2"]
    [alg_wc_mppu limit="10" user_id="2" term_id="1,2,3,4"]
    [alg_wc_mppu limit="15" user_id="3" term_id="1,2,3,4,5,6,7,8"]
    

    term_id should be the tag ID

    #100716
    SALVATORE DANILO MICHELE DRAGO
    Guest

    hi zoahib, thnx for your fast reply.
    I was goin to buy the basic pro version (39,99$) but i found smthng in the order resume i didn’t undrstood… it says “License period: 1 year”, does it mean i’ve to renew it every year? Sorry, but it’s not very clear IMO.
    Thanx in advance.

    #100717
    Zohaib
    Participant

    Hi,

    You can buy a 1 year license which has to be renewed yearly, or you can buy a lifetime license which is a 1 time payment.

    #100718
    Zohaib
    Participant

    Hi,

    Just to add, if you purchase the 1 year license and do not renew, the plugin will continue working as normal, but you will stop receiving updates after 1 year.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.