It is possible to specify the user’s price limit in the “Edit user” screen?

Top WooCommerce & WordPress Plugins Forums Maximum Products per User for WooCommerce It is possible to specify the user’s price limit in the “Edit user” screen?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100568
    Daniel Vos
    Guest

    Do you have a code snippet for adding a field to the “Edit User” screen (/wp-admin/user-edit.php) to specify the user’s price limit per month?

    Currently limits are being implemented as follows:
    [alg_wc_mppu limit=”5000″ user_id=”8″]
    [alg_wc_mppu limit=”999999999″ user_id=”16″]
    [alg_wc_mppu limit=”350″ user_id=”10″]

    #100569
    Zohaib
    Participant

    Hi

    It is not possible to add limits to the user edit screen. We might consider this in future versions of the plugin.

    Your shortcode implementations is ok.

    I would also suggest maybe setting different user roles for different limits? Maybe that would be easier in your situation.

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