Dan Ruscoe
Dan Ruscoe
Total guess here, but did you sync your store's products to Mailchimp? If not, there's an option to sync products at `/admin/config/services/mailchimp/ecommerce` I suspect the module is sending cart information...
Looks like we missed some functionality because MailChimp's API uses same endpoint for updating a segment and adding members to a segment. MailchimpLists->updateSegment() is based on [this documentation](http://developer.mailchimp.com/documentation/mailchimp/reference/lists/segments/#edit-patch_lists_list_id_segments_segment_id) The difference...
I just noticed issue #60 needs the same solution.
I have time this week. I'll make a PR to add examples to the readme. @kibblewhite do you get any PHP errors or is it not getting that far? If...
Two examples added in PR #96
Oh yeah, composer can throw out some really unhelpful errors. Sometimes it's down to the system or composer version. I'm using Composer 1.7.3 if that helps. If you're just including...
I'm able to reproduce this exact issue on a fresh install of Drupal 7.95.  **Steps I took to fix:** * Ensure the [Libraries](https://www.drupal.org/project/libraries/releases/7.x-2.5) module is installed...
I'm working on this [over here](https://github.com/ruscoe/woocommerce-customizer/tree/media-placeholder). I'll have a pull request ready soon.
Pull request #31 submitted for review.