GetResponse
Forum Replies Created
-
Forum: Plugins
In reply to: [GetResponse for WordPress] Support for HTML Forms (plugin)Here’s our basic documentation:
and here’s more:
Forum: Plugins
In reply to: [GetResponse for WordPress] Support for HTML Forms (plugin)Our plugin works only on JS forms. You can manually implement the code on any form whose HTML you have access to.
We do not support WordPress Mulitsite currently.
I understand this is an inconvenience, I will make sure to send a follow up to our Product Management Team for reference, so they know you reported this and this is something we need to work on.Forum: Plugins
In reply to: [GetResponse for WordPress] rest-api error after updating to WC 3.6.4Please uninstall the plugin and install it again. Make sure that you have the newest version.
If that does not solve the issue, please reach out to us using this contact form: https://app.getresponse.com/feedback.html?devzone=yes with your account email and API key, and we will look into this (please do not share your data here for security reasons).
Forum: Reviews
In reply to: [GetResponse for WordPress] Plugin not working for WoocommerceWe’re very sorry to hear that happened. Our plugins allows you to enable cron (schedue jobs) to prevent such time out under „Performance optimization > Use a time-based job scheduler for this export”. Tick the box next to „Use a time-based job scheduler for this export” and add the following line to wp-config.php:
define(‘DISABLE_WP_CRON’, true);
to enable cron.
You can then trigger the cron manually, via URL, using the following syntax:
{shopurl}/wp-cron.php?doing_wp_cron.
To automate this you need to add the following code to crontab:
*/10 * * * * curl http://127.0.0.1:8000/wp-cron.php?doing_wp_cron > /dev/null 2>&1
Forum: Plugins
In reply to: [GetResponse for WordPress] Add users to list by order statusHello Oliver,
The functionality you have mentioned is indeed on our to do list, however I’m afraid we don’t have any estimated time of developing it yet.
We very much appreciate your feedback and will pass it on to our Product Development Team for reference, so hopefully you will be able to enjoy the feature as fast as that is possible.
Forum: Plugins
In reply to: [GetResponse for WordPress] Random names while Add Contacts upon RegistrationPlease make sure your page passes data in UTF-8. If that does not solve the issue, please reach out to us using this contact form: https://app.getresponse.com/feedback.html?devzone=yes with your account email and API key, and we will look into this (please do not share your data here for security reasons)
Forum: Plugins
In reply to: [GetResponse for WordPress] abandoned cart integrationThe plugin replaces the JS based integration with API based ones. To track abandoned carts for your existing GR subscribers, you will need to use Send Ecommerce Data to GetResponse in the plugin.
Forum: Plugins
In reply to: [GetResponse for WordPress] E-Commerce Data not being sent to WooCommercePlease reach out to us using this contact form: https://app.getresponse.com/feedback.html?devzone=yes with your account email, API key, and a few samples of purchases (names of products and dates of purchases) that were not added, and we will look into this. Please do not share your data here for security reasons
Forum: Plugins
In reply to: [GetResponse for WordPress] Export deletes all contact informationHi Pawel!
Thank you for your feedback – we very much appreciate it and passed it on to our IT.
Thank you for letting us know about the issue, we do our best to solve it as soon as that is possible, in the meantime please try to export the contacts without ‘Performance optimization’ option selected.
If that does not solve the issue, please reach out to us using this contact form: https://app.getresponse.com/feedback.html?devzone=yes with your account email and API key, and we will look into this (please do not share your data here for security reasons).
Forum: Plugins
In reply to: [GetResponse for WordPress] Woocommerce export not workingWe haven’t seen this error before – does it occur only when the plugin is on? Also, can you send us a screenshot of the error that appears when you export with the cron disabled? You can also reach out to us using this contact form: https://app.getresponse.com/feedback.html?devzone=yes with your GetResponse API and WP login credentials, and out IT will check it directly from within your account (please do not share your data here for security reasons)
Forum: Plugins
In reply to: [GetResponse for WordPress] Woocommerce export not workingThe page may be timing out due to large number of data it is trying to pass. You need to enable “Use a time-based job scheduler for this export” under Performance optimization to prevent such time outs and enable cron events in WordPress. You need to add the following line to wp-config.php: define(‘DISABLE_WP_CRON’, true); to disable the default cron. You can then trigger the cron manually, via URL, using the following syntax: {shopurl}/wp-cron.php?doing_wp_cron. To automate this you need to add the following code to crontab: */10* * * * curl http://127.0.0.1:8000/wp-cron.php?doing_wp_cron > /dev/null 2>&1
Forum: Plugins
In reply to: [GetResponse for WordPress] Ecommerce data not visible in GetResponse“Send Ecommerce Data to GetResponse” only adds purchase details to existing subscribers, it does not add new ones. If the data is still missing after an export, check if the products and variants have SKU number, as @inirauth suggested. If that does not solve the issue, please reach out to us using this contact form: https://app.getresponse.com/feedback.html?devzone=yes with your account email and API key, and we will look into this (please do not share your data here for security reasons)
Forum: Reviews
In reply to: [GetResponse for WordPress] Amazing For GetResponse Customers!Thank you for this feedback! We’re happy to hear the plugin is working great for you. 🙂