-
Posted a reply to Country Codes sync always as “USA”, on the site WordPress.org Forums:
Seems to work again. Maybe a server-side bugfix, because there wasn't any update. -
Posted a reply to Birthdate Field, on the site WordPress.org Forums:
@stefk It should work with: function mailchimp_custom_order_merge_tags($merge_tags, $order) { $birthday = get_post_meta( $order->getId(), 'date_of_birth', true… -
Created a topic, Country Codes sync always as “USA”, on the site WordPress.org Forums:
Hi guys, I've noticed that the ADDRESS merge field do… -
Posted a reply to Can’t access MailChimp_WooCommerce_Order ID, on the site WordPress.org Forums:
Ok, sorry guys .. after looking at the MailChimp_WooCommerce_Order class it's obvious that we've to… -
Created a topic, Can’t access MailChimp_WooCommerce_Order ID, on the site WordPress.org Forums:
Hi guys, I'm using mailchimp_get_ecommerce_merge_tags…