Adam Anderly
Forum Replies Created
-
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Order freezing on checkoutI haven’t seen this issue before. If it’s adding the user to MailChimp, then it should return and take the user to the order confirmation page. Are you still experiencing this issue?
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Subscriptions not updatingGlad you got it resolved!
Something to note, you don’t have to hack the plugin to send that field. You can actually hook into one of the action hooks the plugin makes available. See this thread for an example: https://wordpress.org/support/topic/add-another-field?replies=9#post-6560225
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Change Group MailchimpThis plugin will not handle that inherently. You might be able to configure something to do that on MailChimp, but the plugin does not move customers to new groups.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Settings not being savedAfter you save the api key and save. Leave the screen and come back to it again. The settings should be retained.
This plugin will simply subscribe a user to the selected list when they make a WooCommerce purchase. You can send additional fields to MailChimp, but the auto schedule, reminders, etc. would have to be setup in MailChimp.
I’m not familiar with the WooCommerce followup email extension.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Cannot redeclare class MCAPILooks like you may have a plugin or theme conflict. Looks like you might have a theme that has a MailChimp widget and a class indentically named as one in my plugin.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] WooCommerce MailChimp subscription failed: MMERGE3Check your merge fields in MailChimp. The plugins assumes the MailChimp defaults of EMAIL, FNAME and LNAME. It appears you may have a merge field named MMERGE3 setup in MailChimp and it might be set as required.
Forum: Reviews
In reply to: [WP WooCommerce Mailchimp] Does not workAlso, I haven’t finished testing the plugin yet with version 4.2.x. That’s why the plugin says it is has only compatible up to version 4.1.5.
Forum: Reviews
In reply to: [WP WooCommerce Mailchimp] Does not work@SoundSupplier,
It doesn’t always refresh right away, but if you click on the link to the plugin settings a second time, the lists should show up and you should be able to select one.
If not, please let me know.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Checkbox not showingMarking this resolved. Let me know if you still have any issues.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Exporting to lists based on product purchasedPlease send me a contact request here: http://anderly.com/contact and I’ll add you to the list.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Duplicate additions?That is correct, the plugin will not create duplicates in MailChimp. Actually, MailChimp will not allow this since it keys on email address. As long as you use the same list, you will be fine.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Admin white screen upon installationHi Celeste,
Sorry to hear that. Would you mind sending me what version of WordPress and WooCommerce you are using?
I’d like to investigate this and see what the issue might be.
Thanks,
Adam
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Add fieldsYes, you can simply use the hook ‘ss_wc_mailchimp_subscribe_merge_vars’ to modify the merge fields sent to MailChimp. See this post for an example: https://wordpress.org/support/topic/add-another-field?replies=9#post-6560225
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Admin white screen upon installationAny luck with this? I haven’t seen this issue before. If you can enable WP_DEBUG and check your debug.log file that may help provide some details.