You are here: Home
Support site for Tips and Tricks HQ premium products
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”);