Page 35 of 41 FirstFirst ... 253334353637 ... LastLast
Results 341 to 350 of 403
  1. #341
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by swguy View Post
    To clarify, this is not how it works. I call the API with status pending, which does require an opt-in.
    Oh. Sorry for creating any confusion.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #342
    Join Date
    Feb 2009
    Posts
    885
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    OK in light of these last couple of posts, what is the expected behavior for this plugin? What is supposed to happen once the account is created inside the zencart store with the checkbox checked for newsletter?

    - is the person going to get a confirmation email from MC? In addition to a welcome email from zencart?

    - since the checkbox is unchecked by default, shouldn't that be considered express permission and would not need a double-optin sequence from MC?

  3. #343
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,816
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    I believe this module was coded to err on the side of caution, as some people make changes to the create account page to pre-select the check box for the newsletter, and if this module was coded to pass a different status that would not require the opt-in, then customers that didn't notice would be signed up for a newsletter they might not want, and the store owner upon recieving compliants might come back here to whine about it.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #344
    Join Date
    Feb 2009
    Posts
    885
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    OK i understand. However, considering that some store owners are honest :) is there a way to disable to double-optin IF the checkbox is unchecked by default ?

  5. #345
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,816
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Based on my quick look at the code

    includes/functions/extra_functions/mailchimp_functions.php Line 8

    Code:

    Code:
    'status' => 'pending'
    change to

    Code:

    Code:
    'status' => 'subscribed'

    From Mailchimp API docs
    Subscriber Status

    To add a subscriber, you must include the subscriber’s status in your JSON object.

    Use subscribed to add an address right away.
    Use pending to send a confirmation email.
    Use unsubscribed or cleaned to archive unused addresses.

    The unsubscribed option is useful if you import addresses from another service. When you add subscribers to the unsubscribed or cleaned status groups, you’ll have a record of the subscriber, and we’ll prevent sends to that address in the future. That’s ideal for inactive or unsubscribed addresses, which can increase spam complaints if they’re accidentally added as subscribed.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #346
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by CaroleAs View Post
    OK in light of these last couple of posts, what is the expected behavior for this plugin? What is supposed to happen once the account is created inside the zencart store with the checkbox checked for newsletter?

    - is the person going to get a confirmation email from MC? In addition to a welcome email from zencart?

    - since the checkbox is unchecked by default, shouldn't that be considered express permission and would not need a double opt in sequence from MC?
    Yes to the first question, No to the second.

    Bear in mind that if you do what you're suggesting, and some mischievous guy signs up someone he doesn't like with an account at your store, all of a sudden you are sending spam to the guy he doesn't like. A few complaints, and poof! you lose your Mailchimp account.

    Double opt in protects *you*.
    That Software Guy. My Store: Zen Cart Support
    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.

  7. #347
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,816
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    ^^^^ well there is that...

    My "how to" is not a recommendation that you do it, I wouldn't do it myself. It is simply "if you're gonna do it, here is how".
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  8. #348
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,849
    Plugin Contributions
    11

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by swguy View Post
    Yes to the first question, No to the second.

    Bear in mind that if you do what you're suggesting, and some mischievous guy signs up someone he doesn't like with an account at your store, all of a sudden you are sending spam to the guy he doesn't like. A few complaints, and poof! you lose your Mailchimp account.

    Double opt in protects *you*.
    oh my.... this is a bit paranoid.... and that's coming from a paranoid person....

    while i am sure mailchimp has suspended accounts, they are in the business of sending emails (and that's how they make money). if a honest store owner operates a mailchimp account, i'm sure they can prevent their account from getting suspended.

    spam rules have done little to prevent my inbox from overflowing with spam. people that send true spam rarely use mailchimp.

    as long as you have the unsubscribe link (which is part of all mailchimp emails), i really would not worry about bypassing the double opt-in for customers that sign up on your website.

    operate your store like a honest store owner, and personally i would not give this a second thought.

    just my 2 cents... which may be a violation of CANN-SPAM laws.... but still my opinion.

    finally, just because you are paranoid does not mean people are not out to get you... ;)
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #349
    Join Date
    Feb 2009
    Posts
    885
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Simple question: if i have two lists in MC and each one is associated with a different store, which variable will differ? I assume it would be the ID only, while the U and the URL and the API are the same, correct?

    I am testing the mod on a test site, with a test list on the same MC account. When testing the sidebox subscription, after the first "window" i had on MC, when clicking on "return to the site", it returned me to the LIVE site, yet, i have not entered that url anywhere. So where is it getting from?

  10. #350
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: MailChimp Newsletter Sidebox

    First question: Please just do the install by following the directions instead of trying to take a short cut. Your assertion might be correct, but there's no point in taking a chance.

    Second Question: I think the site is an account wide parameter.
    That Software Guy. My Store: Zen Cart Support
    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 35 of 41 FirstFirst ... 253334353637 ... 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