How can I restrict user role to only buying 5 products in the category “toys”?

Forums Maximum Products per User for WooCommerce How can I restrict user role to only buying 5 products in the category “toys”?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #100522
    WPFactory Plugins
    Participant
    Plugin Author

    Hi,

    First, you’d have to enable Limits > Per product category.

    Then you have to find out what is the category id. If you hover your mouse on the “toys” category or if you access the “toys” category page you should see a “tag_ID” somewhere on the URL. This is the category id. Let’s suppose it’s 30. The final shortcode would be something like:

    [alg_wc_mppu limit="5" term_id="30" end_date="2021-12-12"]
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.