equalserving
Forum Replies Created
-
Thank you. We will take care of this in the next release.
Hello,
Is this a new installation? If so, please verify that the API URL and Key are correct and try again.
If you know the API URL and Key are correct, check with your web host to ensure that they are not blocking communications from the ActiveCampaign server.
It could be an issue with the ActiveCampaign’s servers.
Version 2.1.6 has been uploaded.
Thank you.Thank you – we’ll correct this issue this week.
If you have the problem again, certainly let us know but I would suggest that you first check ActiveCampaign’s Application Status page at https://status.activecampaign.com to see if there is a reported problem.
Hello,
I haven’t heard anything more on this. Closing the ticket.Thank you.
We have not gotten any reports from others regarding this issue nor are we seeing the problem on our own servers.
Does the time stamp match when you are going to the plugin’s integration configuration page?
It may be possible that the connection is timing out before an error response is returned to your website
The following code would extend the timeout duration. Can you add the following code to your theme’s functions.php file?
<?php /** * Extend http timeout duration to 60 seconds as per ActiveCampaign * * @param int $timeout The timeout duration in seconds. Default is 5. * * @return int The filtered timeout duration in seconds. */ function __extend_http_request_timeout( $timeout ) { return 60; // seconds } add_filter( 'http_request_timeout', '__extend_http_request_timeout' );
Hello,
Can you please verify that the correct ActiveCampaign API URL and Key has been entered in the admin panel.
Forum: Plugins
In reply to: [Connect WooCommerce to ActiveCampaign by EqualServing] Send user dataHello,
Our plugin does not support abandoned cart functionality. It does not feed the full invoice and line items to ActiveCampaign.
You would need to implement a double optin via an automation.
No, we do not have a paid version.Glad you were able to resolve the problem.
Hello Eva,
Sorry to hear you are having a problem.
Please follow the steps at https://www.equalserving.com/docs/unable-to-retrieve-lists-and-tag-list/ to resolve the problem.Thank you.
A new version of the plugin is available to install that fixes the problem. Thank you again for bringing this issue to our attention.
Hello,
Could you provide a little more information? Where are the accented characters found? The customer’s name, product name, tag name?Thanks