Title: cboom's Replies | WordPress.org

---

# cboom

  [  ](https://wordpress.org/support/users/cboom/)

 *   [Profile](https://wordpress.org/support/users/cboom/)
 *   [Topics Started](https://wordpress.org/support/users/cboom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cboom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cboom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cboom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cboom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cboom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay button](https://wordpress.org/support/topic/apple-pay-button-2/)
 *  [cboom](https://wordpress.org/support/users/cboom/)
 * (@cboom)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/apple-pay-button-2/#post-12376939)
 * Honestly, I have no idea. I was just turning on and off test mode and whatever
   settings I could find and at some point it worked 🙂 I haven’t touched it since
   so it wouldn’t disappear again. I was just hoping someone would fix it eventually
   🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay button](https://wordpress.org/support/topic/apple-pay-button-2/)
 *  [cboom](https://wordpress.org/support/users/cboom/)
 * (@cboom)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/apple-pay-button-2/#post-12273534)
 * Hi,
 * I have exactly the same problem on this website: [https://beeroots.co.uk/](https://beeroots.co.uk/)
 * Thought I was crazy until I understood the reason. Seems like a problem with 
   the plugin.
 * PS: installed WooCommerce + Stripe on a new domain and installed everything from
   scratch (with SSL) and have same problem again: Apple/Google Pay buttons show
   only in testing mode.
    -  This reply was modified 6 years, 4 months ago by [cboom](https://wordpress.org/support/users/cboom/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp User Sync] Sync user meta to MailChimp “Email Marketing” field](https://wordpress.org/support/topic/sync-user-meta-to-mailchimp-email-marketing-field/)
 *  Thread Starter [cboom](https://wordpress.org/support/users/cboom/)
 * (@cboom)
 * [8 years ago](https://wordpress.org/support/topic/sync-user-meta-to-mailchimp-email-marketing-field/#post-10197484)
 * I am following up on this, as I still couldn’t make it work 🙁
 * Lap, could you please have a look at my last comment ?
 * To reiterate, I want on first sync the plugin to change the Subscribed/Unsubscribed
   field in MailChimp depending on whether a specific WP user meta is true or false.
 * Would that be possible to achieve it ?
 * Many thanks,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp User Sync] Sync user meta to MailChimp “Email Marketing” field](https://wordpress.org/support/topic/sync-user-meta-to-mailchimp-email-marketing-field/)
 *  Thread Starter [cboom](https://wordpress.org/support/users/cboom/)
 * (@cboom)
 * [8 years ago](https://wordpress.org/support/topic/sync-user-meta-to-mailchimp-email-marketing-field/#post-10190284)
 * Hi Lap,
 * Thank you for the quick response!
 * I tried this thing and it works, but unfortunately it’s not the functionality
   I want.
 * The above code will add to MailChimp only the users that have a specific meta_value,
   however I want to sync all users into MailChimp, but change their status to UNSUBSCRIBED
   if the specific meta_value is present.
 * Any idea on how to do that ?
 * I’ve tried the following code, but it doesn’t work 🙁
 *     ```
       add_filter( 'mailchimp_sync_user_data', function( $data, $user ) {
           $data['STATUS'] = $user->receiveInformation;             
           // receiveInformation has Subscribed/Unsubscribed values
   
           return $data;
       }, 10, 2 );
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)