• Resolved moonfolk

    (@moonfolk)


    We know “administrator” can definitely view the abandoned cart page. We have customised “shop_manager”‘s capabilities and users in this role are not able to view the abandoned cart page.

    Can we know what is the specific capability should we enable or insert?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Nauriskolats

    (@nauriskolats)

    Hi @moonfolk, thank you for your message.
    At the moment CartBounty offers three access levels for the following roles:

    1. Administrator: Full access to all CartBounty options, settings etc.
    2. Shop manager: Can only view abandoned carts and CartBounty settings.
    3. Other roles: No access to CartBounty.

    If you are not getting these results, please try checking if maybe you are using some other role editing plugins that may interfere with the default WordPress and WooCommerce roles. You could try deactivating these plugins and see if that makes any changes.

    Let me know if you have any additional details you could provide.

    Best,
    Nauris

    Thread Starter moonfolk

    (@moonfolk)

    Can i know which capability within the user roles that is allowing the user to view the cart page? A capability is like “manage_woocommerce”

    Plugin Contributor Nauriskolats

    (@nauriskolats)

    Sure, at this point we are using the following to determine if the user is able to see CartBounty:
    current_user_can( 'manage_options' )

    Thread Starter moonfolk

    (@moonfolk)

    list_users is the correct one. Thanks and good bye

    Plugin Contributor Nauriskolats

    (@nauriskolats)

    Yes, there are a couple of different ways to achieve the same result.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘What is user capability needed to view abandoned cart page’ is closed to new replies.