This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Access for user role shopmanager

#25049
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well, with a direct core code modification it might be possible.

Try this:
1. Open up the wp-content/plugins/ajax-search-pro/includes/classes/core/class-asp-menu.php file on your server
2. Change line 113 from this:

$capability = ASP_DEMO == 1 ? 'read' : 'manage_options';

to this:

$capability = ASP_DEMO == 1 ? 'read' : 'manage_woocommerce';

3. Save the file.

If everything goes well, the shop manager should now be able to access the ajax search pro plugin options.