Can’t see Notiqoo option
-
Hello
I installed and activate the plugin in my multi-site network. But i cant see the plugin option anywhere. I checked under woocommerce settings, but its not there.
Please advise
-
Hi @karanzen ,
Currently, the Notiqoo plugin does not support network-wide activation in WordPress Multisite. You need to either use it on a single-site installation or activate the plugin individually for each site in the multisite network.
You can find the plugin settings under:
WooCommerce → Settings → NotiqooThank you!
Hi
I did active on individual site and still it doesnt show up
Please help
Hi @karanzen ,
You can use any one of the below two options:
- If you want to use it only on a single site, please activate both WooCommerce and Notiqoo individually on that particular site.
OR
- If WooCommerce is activated network-wide, then please do the following:
- Open the file:
plugins/wc-messaging/wc-messaging.php- Find the code around lines 108 to 111:
if ( function_exists('woom_run') && in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))) ) {- Comment this condition block and move the opening curly brace
{to the next line.
After that, activate the Notiqoo plugin again along with the required site. Then you should be able to see the settings option properly.
Thank you.
Hello
I did so but didnt quite work
Here is the updated, what I did
if (!function_exists(‘woom_run’)) {
function woom_run()
{$plugin = new Woom_Messaging(); $plugin->run(); } /* if ( function_exists('woom_run') && in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))) ) { woom_run(); } */}
Please let me know if its fine. and what could make it work
Hi @karanzen,
Thank you for your reply.
I think there was a small misunderstanding.
Before, thewoom_run()part was commented, and that was the issue.Please replace the code in the same file from line 100 to 114 exactly with the code below:
if (!function_exists('woom_run')) { function woom_run() { $plugin = new Woom_Messaging(); $plugin->run(); } // if ( // function_exists('woom_run') && // in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))) // ) { woom_run(); } }Please copy and replace it exactly as above, then save the file and check once again.
Hello @karanzen ,
We believe the issue has now been resolved, so we are closing this ticket.
Thank you for creating the ticket and consistently following up on the issue. We truly appreciate your time, responses, and cooperation throughout the process.
If you don’t mind, we would really appreciate it if you could leave a review for the plugin. It would help other users discover and try it, as we currently have only a few reviews. If the plugin has been helpful to you in any way, your feedback would mean a lot to us.
Thanks again, and please feel free to reach out anytime if you need any assistance!
You must be logged in to reply to this topic.