How can I integrate mailchimp newsletter subscription in magento - mailchimp

I want to create a newsletter subscription which can be integrated with mailchimp.
I have a list in mailchimp and my site have four stores when any customer subscribe from any store its store name should be also added in store id in mail chimp account with all its subscription dtails.

There is a freely available extension by ebizmarts and approved by Mailchimp for integration with Magento:
https://connect.mailchimp.com/integrations/magento
http://www.magentocommerce.com/magento-connect/ebizmarts-magemonkey-official-mailchimp-and-mandrill-extension.html

Related

Stripe Customer Portal: How to update the subscription with multiple products?

I have a subscription with multiple products, how can I update this subscription in the customer portal? (I implemented the customer portal, but the Update Plan button is hidden with the subscription with multiple products.)
I know this is the limitation of stripe but is there another solution?
I asked Stripe and got a solution: Cancel the old subscription and resubscribe.
enter image description here

Bigcommerce Mailchimp integration creates users without subscribtion status

Good morning, i installed mailchimp app into my bigcommerce store, i can now see the new bigcommerce customer appera in mymailchimp list when they sign up in bigcommerce. The problem is that the "Email marketing" status is not "Sbuscribed" but it is blank, and i cannot use theese contacts to send emails.
I create the bigcommerce users using API and not the template signup form, and the "accepts_marketing" flat is false by default and it is readonly.
How can i solve this problem? i need the users as Subscribed in my mailchimp.
The "accepts_marketing" flag on the customer record indicates whether the customer has opted in to receive abandoned cart recovery and review emails--it's not used to track marketing newsletter preferences. Newsletter subscriptions fall under the Subscribers resource:
https://developer.bigcommerce.com/api-reference/customer-subscribers/subscribers-api/subscribers/createsubscriber
The Mailchimp app will be listening for a POST to the /customers/subscribers resource to create a new newsletter subscriber, so if you're creating users programmatically, you'll need to create the subscriber separately from the customer record.

Find braintree payment method token when failOnDup for paymentMethod.create is called

I'm trying to create a customer and subscription in the same workflow.
My logic requires that the email be unique so no two vaulted customers will have the same email.
My workflow is to only create a customer if the customer isn't found in the vault. The customer creation process includes the payment method. I need the paymentMethod token in order to create the subscription.
My hope was to not add duplicate paymentMethods so I'm using {failOnDuplicatePaymentMethod: true}. However, given a nonce and a customer, I can check if the customer is a dup, and I can check if the paymentMethod is a dup - but how do I get that exact paymentMethod token if the customer has N payment methods?
I assumed that the failOnDup would return the token of the dup Payment method - but that isn't the case.
What I'm trying to do is have a single subscription signup with email and payment but a customer can enter a different credit card for each subscription. I want the customer to have a single vaulted account, with N payment methods but I need the paymentMethod token of the last paymentMethod in order to create the subscription.
Full disclosure: I work as a developer for Braintree
Braintree does not support a way to retrieve the duplicate payment method after a payment method fails to create because a duplicate payment method exists.
You can retrieve the payment methods from an existing customer and present them via our Drop-in or your own custom integration. I recommend reaching out to Braintree support to help you with your integration and figure out all of your options.

How can we need internal mailbox in magento for customers so that they can send mail to other customers from their account?

What are the steps to integrate internal mailbox for customers in magento so that they can send mail to other customers from their account on the site?
have you tried the following?
http://www.magentocommerce.com/magento-connect/aschroder-com-smtp-pro-email-free-and-easy-magento-emailing-for-smtp-gmail-or-google-apps-email.html
however I didn't check for magento 1.5+

Can Google Checkout support the Parallel Payments like Paypal

I have created a Event website and here registered user can create event and their tickets and when an event is created then other users purchases tickets. when customer pays for the tickets then the payment goes to the two person ie. 1(Ticket Owner),2(Website Owner). there are two payment gateways one is Paypal and second is Google Checkout.
I have implement Paypal Parallel Payments for this and want to know that there are any options in Google Checkout like Paypal for this type payment. please let me know as soon aspossible.
Thanks
As far as I know there is no equivalent to PayPal Parallel Payments in Google Checkout.

Resources