If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
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.
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.
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.
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.
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.
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/>
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.
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.
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.
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.
The module should create the item for you when the module gets installed. Was this a new installation? If you want to send me access I can login and take a look.
Leave a comment: