Announcement

Collapse
No announcement yet.

MailChimp Module Support and Troubleshooting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Re: MailChimp Module Support and Troubleshooting

    Yes it was a new install and something very weird happened. When I was doing the OCST checkbox configuration the item was not there, so I created it. Then I went and created the API Key. I went back to the OCST screen to add the checkbox. I ran into a minor issue while testing (not related to the item), fixed it, then started working on the look & feel for the checkbox. When I went back to the OSCT screen I discovered I now had 2 mailchimp items. I deleted one of them and everything is working, but I don't know why there was a delay in the item showing up in the Item List.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    Comment


      Re: MailChimp Module Support and Troubleshooting

      I need to also dogpile on the unchecked box thing (again). Have yet another store owner that wants it checked and the customer uncheck it. I'm thinking this might be quite the undertaking though seeing how as soon as that box is checked, the customer is subscribed. They don't even have to complete the order.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        Re: MailChimp Module Support and Troubleshooting

        Originally posted by lesliekirk View Post
        I need to also dogpile on the unchecked box thing (again). Have yet another store owner that wants it checked and the customer uncheck it. I'm thinking this might be quite the undertaking though seeing how as soon as that box is checked, the customer is subscribed. They don't even have to complete the order.
        FYI, my module does those things. The admin user can set certain checkboxes to be pre-checked by default; and customers can subscribe or unsubscribe without making a purchase.
        Last edited by Kent Multer; 03-11-14, 08:42 AM.
        Kent Multer
        Magic Metal Productions
        http://TheMagicM.com
        * Web developer/designer
        * E-commerce and Miva
        * Author, The Official Miva Web Scripting Book -- available on-line:
        http://www.amazon.com/exec/obidos/IS...icmetalproducA

        Comment


          Re: MailChimp Module Support and Troubleshooting

          Brennan,

          Any update on when support for the Welcome E-Mail will be added?
          Sincerely,

          Stephen M. LaBar, Jr.
          (770) 441-9447
          The Martial Arts Store

          Please Visit Our Site At:
          http://www.themartialartsstore.com

          Comment


            Re: MailChimp Module Support and Troubleshooting

            is this module still working? I used the intructions here http://www.mivamerchant.com/mailchim...oading_graphic
            The js file on the cdn is a 404 page.
            When I go through checkout, although the api did find the list, nothing really happens on that page. Is it supposed to do the signup on click submit for that page or after the payment is fully made? Nothing is showing as a new subscriber on the list.

            Thanks
            Suzanne

            __________________________________________________ _______

            aGenius Marketing
            800-768-2693
            Web Design & e-Commerce
            __________________________________________________ _______

            Comment


              Re: MailChimp Module Support and Troubleshooting

              Count me in as looking to pre-check the box. Would love to move to Mailchimp now but worry about signups if the box isn't pre-checked.
              Jason Fancett
              America's SPA-MART - "Where Spa Owners Shop SMART!"
              Check us out for all of your hot tub needs including spa covers, spa filters, spa chemicals and more.
              Miva Merchant forum users can use coupon code MIVAFORUM to receive $5 off your first order of $30 or more.

              Comment


                Re: MailChimp Module Support and Troubleshooting

                Originally posted by JFancett View Post
                Count me in as looking to pre-check the box. Would love to move to Mailchimp now but worry about signups if the box isn't pre-checked.
                You can actually do the precheck pretty easily. Just go to utilities/advanced settings and in the third box do this
                <input name="newsletter" type="checkbox" value="subscribe" id="newsletter_checkbox" checked/>
                Suzanne

                __________________________________________________ _______

                aGenius Marketing
                800-768-2693
                Web Design & e-Commerce
                __________________________________________________ _______

                Comment


                  Re: MailChimp Module Support and Troubleshooting

                  Originally posted by agenius View Post
                  You can actually do the precheck pretty easily. Just go to utilities/advanced settings and in the third box do this
                  <input name="newsletter" type="checkbox" value="subscribe" id="newsletter_checkbox" checked/>
                  Have you tested this? I've tried doing this and no one gets subscribed. The "act" of subscribing happens when that box is checked.

                  Leslie
                  Leslie Kirk
                  Miva Certified Developer
                  Miva Merchant Specialist since 1997
                  Previously of Webs Your Way
                  (aka Leslie Nord leslienord)

                  Email me: [email protected]
                  www.lesliekirk.com

                  Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                  Comment


                    Re: MailChimp Module Support and Troubleshooting

                    Originally posted by lesliekirk View Post
                    Have you tested this? I've tried doing this and no one gets subscribed. The "act" of subscribing happens when that box is checked.

                    Leslie
                    Haha, no I haven't Leslie, because I don't know if the module works at all since the cdn url is broken (404)
                    I'm just saying , "in theory" it would work, if the other elements of this module worked.
                    Suzanne

                    __________________________________________________ _______

                    aGenius Marketing
                    800-768-2693
                    Web Design & e-Commerce
                    __________________________________________________ _______

                    Comment


                      Re: MailChimp Module Support and Troubleshooting

                      Yeah it's a theory a number of us have already tested. When the module is working correctly you will actually see it add the subscriber as soon as you check the box and will get a confirmation message. The order doesn't even need to be completed to subscribe.
                      Leslie Kirk
                      Miva Certified Developer
                      Miva Merchant Specialist since 1997
                      Previously of Webs Your Way
                      (aka Leslie Nord leslienord)

                      Email me: [email protected]
                      www.lesliekirk.com

                      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                      Comment


                        Re: MailChimp Module Support and Troubleshooting

                        Yeah that actually won't work. There is a on click JavaScript event that does an AJAX call to send the data to MailChimp. The only solution is a JavaScript one.

                        I am pretty close on a solution which I will post here as soon as it is tested and ready for production.
                        Brennan Heyde
                        VP Product
                        Miva, Inc.
                        [email protected]
                        https://www.miva.com

                        Comment


                          Re: MailChimp Module Support and Troubleshooting

                          Brennan - Would your current code fire if there was a post-pageload javascript call to check the box using jquery, etc?
                          Jason Fancett
                          America's SPA-MART - "Where Spa Owners Shop SMART!"
                          Check us out for all of your hot tub needs including spa covers, spa filters, spa chemicals and more.
                          Miva Merchant forum users can use coupon code MIVAFORUM to receive $5 off your first order of $30 or more.

                          Comment


                            Re: MailChimp Module Support and Troubleshooting

                            Yeah but only after the email address field is filled out. There is some validation for the email address, first name, last name. If you wanted to ignore the first name and last name you could add an on blur event to the email address field to check the box which should trigger the ajax call to be made.

                            All the JavaScript code is accessible and editable under advanced settings if you want to do some testing.
                            Brennan Heyde
                            VP Product
                            Miva, Inc.
                            [email protected]
                            https://www.miva.com

                            Comment


                              Re: MailChimp Module Support and Troubleshooting

                              Same Here!

                              Originally posted by papi34 View Post
                              joining the thread for future investigation as an alternative to constant contact.

                              Comment


                                Re: MailChimp Module Support and Troubleshooting

                                Okay Brennan - another follow-up question before I dive into this... Is this module looking up the email address in the Mailchimp list to see if it's currently subscribed and checking the box? I'm envisioning this on the ACLN page. In a perfect world it works like a live switch for joining and leaving the Mailchimp list. So how does it work now?
                                Jason Fancett
                                America's SPA-MART - "Where Spa Owners Shop SMART!"
                                Check us out for all of your hot tub needs including spa covers, spa filters, spa chemicals and more.
                                Miva Merchant forum users can use coupon code MIVAFORUM to receive $5 off your first order of $30 or more.

                                Comment

                                Working...
                                X