Page 37 of 41 FirstFirst ... 273536373839 ... LastLast
Results 361 to 370 of 402
  1. #361
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,692
    Plugin Contributions
    9

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by swguy View Post
    Update just posted:
    Fixes bug in API integration; adds instructions for changing Zen Cart newsletter page; moves log to logs folder; removes double opt in.
    from the latest code:

    PHP Code:
     function mailchimp_add($email) {
        
    $mailchimp = new MailChimp(BOX_MAILCHIMP_NEWSLETTER_API_KEY);
        
    $reply $mailchimp->list_add_subscriber([
           
    'id_list' => BOX_MAILCHIMP_NEWSLETTER_ID,
           
    'email' => $email,
           
    'status' => 'pending'
        
    ]); 
    not sure how that removes the double opt-in, as still in a pending status v subscribed status.

    few things:

    • this is a nicely done integration. @swguy install instructions on his website are a tad clearer. (https://www.thatsoftwareguy.com/zenc...l#installation)
    • correct me if i'm wrong, but it also seems that with an observer, one could eliminate the need to modify core code; except for includes/modules/pages/account_newsletters/header_php.php. that notifier for NOTIFY_HEADER_ACCOUNT_NEWSLETTER_UPDATED seems like it would need the email address. not really sure how that notifier would work with only having a boolean...
    • while i am not a fan, one could add another(!) config to indicate whether one wanted customers to double opt-in or be immediately subscribed.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #362
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,692
    Plugin Contributions
    9

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by carlwhat View Post
    from the latest code:

    PHP Code:
     function mailchimp_add($email) {
        
    $mailchimp = new MailChimp(BOX_MAILCHIMP_NEWSLETTER_API_KEY);
        
    $reply $mailchimp->list_add_subscriber([
           
    'id_list' => BOX_MAILCHIMP_NEWSLETTER_ID,
           
    'email' => $email,
           
    'status' => 'pending'
        
    ]); 
    not sure how that removes the double opt-in, as still in a pending status v subscribed status.
    ok, dig in... and you find this:

    PHP Code:
        public function list_add_subscriber(Array $options)
        {
            
    // Check required params
            
    if ( ! isset($options['id_list']) OR ! isset($options['email']))
            {
                throw new 
    MailChimpException('Parameters not set on '.__METHOD__);
            }

            
    $endpoint '/lists/' $options['id_list'] . '/members/';
            
    $payload = [
                
    'email_address' => $options['email'],
                
    'status' => 'subscribed'
                
    // 'status' => isset($options['status']) ? $options['status'] : 'pending',
            
    ]; 
    so the double opt-in is removed. not really sure why it would be done here as opposed to the original call to mailchimp_add.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #363
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: MailChimp Newsletter Sidebox

    For those concerned about the upcoming MailChimp API deprecation: if you upgrade your version of my MailChimp integration, you have nothing to worry about; the latest version uses MailChimp 3.0.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #364
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: MailChimp Newsletter Sidebox

    Is it compatible with ZC 1.5.6?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  5. #365
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: MailChimp Newsletter Sidebox

    Yes. All my mods now work with 1.5.6.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #366
    Join Date
    Oct 2013
    Location
    UK
    Posts
    19
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    In Europe to comply with GDPR a tick box is now necessary for the use to tick to confirm they want to subscribe so an extra field is required.

    In above posts it states extra coding can to added to include any aditional fields but I haven't a clue how to do this.
    Has anyone achieved this which is necessary if you have any viewers in the EC.

    Thank you.

    Trevor

  7. #367
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: MailChimp Newsletter Sidebox

    To my knowledge there are no specific requirements for a tick box. Mailchimp does have GDPR fields and there's more information here: https://mailchimp.com/help/collect-c...th-gdpr-forms/ It specifically states that Mailchimp Subscribe is not compatible with GDPR fields and Certain styles of pop-up forms are not compatible with GDPR fields. In other words, these issues lie in mailchimp, not in a sidebox designed to their specs.
    The full-time Zen Cart Guru. WizTech4ZC.com

  8. #368
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: MailChimp Newsletter Sidebox

    My stuff still uses the double opt-in (IIRC) so you get the confirmation of subscribe you are looking for. It's hard for me to believe you have to enter your email *and* check a box.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #369
    Join Date
    Oct 2013
    Location
    UK
    Posts
    19
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    This is what is required to comply with GDPR.

    Subscribe
    email address
    Consent to receive further information and Newsletters.
    Gift Ideas Online will use the information you provide on this form to be in touch with you and to provide updates on new products, sales, special offers and Newsletters.


    Tick to consent
    You can change your mind at any time by clicking the unsubscribe link in the footer of any email you receive from us, or by contacting us at [email protected]. We will treat your information with respect. For more information about our privacy practices please visit our website. By clicking below, you agree that we may process your information in accordance with these terms.

    We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.
    Attached Images Attached Images  

  10. #370
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: MailChimp Newsletter Sidebox

    Ok, here's the thing: you can add a checkbox to the form if you want.

    I just don't think you need it. It's a double opt-in system. They get an email saying "Are you sure you want this?" that they have to click a button on.

    If you want to hire someone to add a checkbox to the form, go to the commercial help wanted forum at the bottom of this page.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 37 of 41 FirstFirst ... 273536373839 ... LastLast

Similar Threads

  1. v150 Newsletter Sidebox & Newsletter signup
    By meljen in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Nov 2012, 09:44 PM
  2. Login page->Newsletter->Mailchimp
    By Happyworker in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 23 Jun 2010, 10:41 PM
  3. Anyone know how to add field for Mailchimp to sidebox?
    By daneh in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 16 Sep 2009, 04:40 PM
  4. Adding a user to a MailChimp newsletter?
    By fabiola-and-singsing in forum General Questions
    Replies: 3
    Last Post: 16 Feb 2009, 10:07 AM
  5. Stop Sidebox header from linking - MailChimp
    By Mickmo68 in forum Addon Sideboxes
    Replies: 2
    Last Post: 21 Nov 2008, 05:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR