- This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Manage Customer CSV export without dashboard (admin) access
The Manage Customer CSV export works great, but I’m working with another person who needs to be able to get this data. I don’t want to give him admin rights to my whole site so he can access the dashboard and export this.
Is there a way to access this data by a non-admin user of my site?
Thanks a lot for your great plugins.
Mike
We can create a custom addon for you that shows the manage customers menu in a separate tab and is availalble to whatever role you chose (for example: an editor).
Actually I kept searching the Forums and found an answer that is good enough. I changed my user to “editor” role, and made the following changes. It’s more access than I wanted, but ok for my needs. Thanks a lot.
Open the “wp_eStore1.php” file and search for the following:
define(“ESTORE_MANAGEMENT_PERMISSION”, “add_users”);
2. Once you find it replace it with the following:
define(“ESTORE_MANAGEMENT_PERMISSION”, “edit_pages”);