• Resolved manitobapw

    (@manitobapw)


    Hi,

    Is it possible to set different limitation on product for each user?

    For example :

    • limit quantity of product A to 5 for user Z
    • limit quantity of product A to 10 for user X
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello manitobapw,

    I hope you are well and thank you for contacting us.

    Yes, you can apply this through:
    1-Woocommerce->settings->Maximum Products per User->Formula ->Enable Limits by formula

    2-Add this shortcode to Formula:
    Example1 : [alg_wc_mppu limit=”5″ user_id=”Z” product_id=”A”]
    Example2 :[alg_wc_mppu limit=”10″ user_id=”X” product_id=”A”]

    3- You must use the product_id instead of A. You can find it in the product link. If you click edit it, I will attach a screenshot that shows this.

    4-You must add user_id instead of Z&X. You can find it by hover the name of the intended user. See the attached screenshot.

    I hope this is useful to you.

    Thanks and best regards,

    Thread Starter manitobapw

    (@manitobapw)

    Hello,

    Thank you. So we have to do it manually for each user.

    Is there an import feature ? Like a CSV import, where all these limitations could be set by user id for each product ?

    Best regards.

    • This reply was modified 8 months, 1 week ago by manitobapw.

    Hello manitobapw,

    I hope you are well and thank you for contacting us.

    You can put a comma to add more than one user_id and product_id in the same shortcode.

    for example:[alg_wc_mppu limit=”10″ user_id=”1,2,3” product_id=”22,33,44”] .

    Unfortunately, the import feature does not exist in the plugin.

    Thanks and best regards,

    Hi there,

    I hope you are well and safe.

    We haven’t received any reply regarding the issue. So we are going to mark the ticket as “Resolved”. But if you have any questions, then please let us know.

    Kind regards,
    Moshtafizur

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different products limitations for each user’ is closed to new replies.