@21johnsmith21 @mold312 ok – while this isn’t the intended functionality of this notice, we have had a couple people say the same, so we’ll have to address this problem one of a few ways.
1. Your wordpress install might be having trouble with what they call a loopback request calling the admin-ajax file. If this is the problem, it would also be impacting other services on your installation and I would suggest at least verifying that your site is running any scheduled actions, wp-cron jobs etc. There are plugins for this, like the healthcheck plugin but you may address this any way you see fit. I would do this out of good measure.
2. You could open up the wp-options.php screen in your admin, and look for an entry called mailchimp-woocommerce-sync.initial_sync
. If you set that value to 0
and save it, your notice will go away. ( this is a manual way of doing it )
3. Our plugin can make use of another method to detect whether you’ve clicked that button or not. Currently it’s making an Ajax request which might be getting blocked by your browser or something along those lines which we can’t see.
Thanks for reporting this, again, it was not intended as you experienced ??