MailChimp Module Support and Troubleshooting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #136
    Re: MailChimp Module Support and Troubleshooting

    Yes, the mailchimp integration for Miva currently supports ecommerce 360 for tracking

    The most flexible & secure ecommerce software on the market. Build your online store today with a shopping cart platform by Miva Merchant.


    Every order will send the ecommerce data up to mailchimp. For anyone who is subscribed to your mailing list, MailChimp will let you create advanced filters based on their past purchase history.


    There is also a Video on how to use it here:

    The most flexible & secure ecommerce software on the market. Build your online store today with a shopping cart platform by Miva Merchant.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    • gripper
      Mini Mivite

      • Feb 2010
      • 22

      #137
      Re: MailChimp Module Support and Troubleshooting

      Thanks, Brennan.

      Comment

      • mikey
        Mivite

        • Mar 2006
        • 140

        #138
        Re: MailChimp Module Support and Troubleshooting

        Bringing this thread back from the dead since I am always behind the times....

        I installed the module and added my API key. But my list doesn't not show in the drop down. I refreshed the tab, went to another admin area and came back, logged out and back in. Nothing.

        Can I just edit this
        Code:
            var list_id = '&mvte:mailchimp:list_id;';
        and put in our List ID from the Mail Chimp admin?

        -Mike
        http://www.bandana.com
        http://www.wholesaleforeveryone.com

        Comment

        • Brennan
          Super Moderator









          • Jun 2009
          • 3481

          #139
          Re: MailChimp Module Support and Troubleshooting

          There may something is your list name that is prohibiting it from displaying. Can you Private Message me Miva admin access and I can login and take a look?

          - Brennan
          Brennan Heyde
          VP Product
          Miva, Inc.
          [email protected]
          https://www.miva.com

          Comment

          • mikey
            Mivite

            • Mar 2006
            • 140

            #140
            Re: MailChimp Module Support and Troubleshooting

            Sent access.

            (Sent this in a PM but just posting for everyone's reference)

            Before I posted I removed a period from the list name just in case, but that didn't help. Currently just text and a space.

            Does Mail Chimp block API access to non paying users? I am in the process of moving our list over and haven't subscribed yet.
            Last edited by mikey; 02-03-15, 12:03 PM. Reason: spelling error
            http://www.bandana.com
            http://www.wholesaleforeveryone.com

            Comment

            • mikey
              Mivite

              • Mar 2006
              • 140

              #141
              Re: MailChimp Module Support and Troubleshooting

              FYI to everyone - The module needed to be updated to use Mail Chimps new formatting of List IDs going forward.
              Version: 5.5007

              Originally posted by mikey View Post
              Sent access.

              (Sent this in a PM but just posting for everyone's reference)

              Before I posted I removed a period from the list name just in case, but that didn't help. Currently just text and a space.

              Does Mail Chimp block API access to non paying users? I am in the process of moving our list over and haven't subscribed yet.
              http://www.bandana.com
              http://www.wholesaleforeveryone.com

              Comment

              • mikey
                Mivite

                • Mar 2006
                • 140

                #142
                Re: MailChimp Module Support and Troubleshooting

                Hi Brennan,

                The updated module lets you enter the new longer API key, but isn't passing it through the API call. I get this error on the OSCT when selecting the checkbox.

                Code:
                Invalid MailChimp API Key:
                I PM'd the full information.

                -Mike
                http://www.bandana.com
                http://www.wholesaleforeveryone.com

                Comment

                • Jim Cockerham
                  Mighty Mivite




                  • Mar 2006
                  • 754

                  #143
                  Re: MailChimp Module Support and Troubleshooting

                  Mailchimp does not seem to offer the Double Opt-In when using the module. Is there a way to enable it?
                  Highly caffeinated
                  http://www.coffeehouseexpress.com

                  Comment

                  • Brennan
                    Super Moderator









                    • Jun 2009
                    • 3481

                    #144
                    Re: MailChimp Module Support and Troubleshooting

                    Not currently. We may add a setting to enable it in the future.
                    Brennan Heyde
                    VP Product
                    Miva, Inc.
                    [email protected]
                    https://www.miva.com

                    Comment

                    • rcm1234
                      Mini Mivite

                      • Oct 2011
                      • 71

                      #145
                      Re: MailChimp Module Support and Troubleshooting

                      Hi,

                      Is it possible to have the MailChimp sign up form in a Colorbox pop-up window on a Miva merchant page?

                      I've got the Colorbox pop-up working and showing the MailChimp sign up form etc. perfectly (*I put this part in the page header).

                      I have added this item correctly in my page header where I want it to appear inside the Colorbox pop-up -->
                      <mvt:item name="mailchimp" param="textbox" />

                      Also, does anything extra need to be done to ensure the MailChimp module will work from a Colorbox pop-up?
                      i.e. will it capture the email addresses correctly etc.?

                      Thanks in advance.
                      Last edited by rcm1234; 03-30-15, 09:49 AM.

                      Comment

                      • netblazon
                        Developer Partner




                        • Mar 2006
                        • 717

                        #146
                        Re: MailChimp Module Support and Troubleshooting

                        Just an educated guess, rcm1234... did you put a <div style="display: none;"> around the form? Colorbox says its contents should go inside a <div> like that.
                        Susan Petracco
                        NetBlazon

                        1.866.400.2444

                        _____________________________________________

                        Like us on Facebook

                        Comment

                        • ilyoung
                          Mini Mivite

                          • Mar 2015
                          • 30

                          #147
                          Re: MailChimp Module Support and Troubleshooting

                          Hello.

                          I am trying to implement the Mailchimp checkbox on the OCST page. I've put the token on the page, and the checkbox/text show up. However, no subscription is getting through to our Mailchimp list after checking out.

                          Here is the Checkbox HTML that is being placed by the token:
                          <div class="mailchimp">
                          <div id="checkbox">
                          &nbsp&nbsp&nbsp&nbsp&nbsp<input name="newsletter" type="checkbox" value="subscribe" id="newsletter_checkbox"/>
                          <span>Check the Box to <b>Signup for our E-Mail Newsletter List!</b></span>
                          <div id="checkbox_message" ></div>
                          </div>
                          </div>

                          I can't figure out why it's not working. I've assigned the module to every page available since it is also in our global footer.

                          Any ideas?

                          Thanks.
                          Last edited by ilyoung; 03-31-15, 02:32 PM.

                          Comment

                          • Brennan
                            Super Moderator









                            • Jun 2009
                            • 3481

                            #148
                            Re: MailChimp Module Support and Troubleshooting

                            Can you post your URL, I can take a look
                            Brennan Heyde
                            VP Product
                            Miva, Inc.
                            [email protected]
                            https://www.miva.com

                            Comment

                            • ilyoung
                              Mini Mivite

                              • Mar 2015
                              • 30

                              #149
                              Re: MailChimp Module Support and Troubleshooting

                              Thanks.

                              Comment

                              • ilyoung
                                Mini Mivite

                                • Mar 2015
                                • 30

                                #150
                                Re: MailChimp Module Support and Troubleshooting

                                Originally posted by Brennan View Post
                                Can you post your URL, I can take a look
                                Hello Brennan. Have you had a chance to take a look?

                                Thanks.

                                -Ilyoung

                                Comment

                                Working...
                                X