Access for user role shopmanager Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Access for user role shopmanager This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago by iOio. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 16, 2019 at 9:28 am #25038 iOioParticipant Hello is it possible to add option to user role shopmanager to create or continue indexing? Thanks. December 16, 2019 at 5:12 pm #25049 Ernest MarcinkoKeymaster 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. December 17, 2019 at 9:31 am #25054 iOioParticipant Hello, it works! Great, thanks. Regards, Jozef Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Access for user role shopmanager’ is closed to new replies.