Page 6 of 41 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 402
  1. #51
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by Green333 View Post
    Would still be interested to hear about the NL opt in at Customer sign up
    It's on my todo list. No estimated release date.
    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.

  2. #52
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by Green333 View Post
    slight amendment : worked out how to add redirect to 'almost finished' page via MailChimp admin (Lists) Nice & easy to do....

    Thanks again
    How 'bout sharing how you did this!

  3. #53
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    To add a redirect link back to your site on the "Almost There" MailChimp notification page:

    Log into MailChimp
    Click on Lists Tab
    Click on "Forms"
    From Drop Down Box (LHS) select "Sign Up 'Thank you' Page
    Click the "Design it" tab
    Click in the box that holds the "we need to confirm your email address....." this brings up an "edit your contents" box
    place your cursor where you would like to place your text and link; type your message, and then click on the 'insert/edit link' button on the tool bar of your "edit contents" box (this is to the right of the bulleted list botton). Fill in your URL, press ok. When you are happy, press save on your 'edit your contents' box; save and exit on the main edit page.

    Last step: check to see if it works!

    hope this helps

  4. #54
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by Green333 View Post
    To add a redirect link back to your site on the "Almost There" MailChimp notification page:

    Log into MailChimp
    Click on Lists Tab
    Click on "Forms"
    From Drop Down Box (LHS) select "Sign Up 'Thank you' Page
    Click the "Design it" tab
    Click in the box that holds the "we need to confirm your email address....." this brings up an "edit your contents" box
    place your cursor where you would like to place your text and link; type your message, and then click on the 'insert/edit link' button on the tool bar of your "edit contents" box (this is to the right of the bulleted list botton). Fill in your URL, press ok. When you are happy, press save on your 'edit your contents' box; save and exit on the main edit page.

    Last step: check to see if it works!

    hope this helps
    Easy enough, Thanks for the information.

  5. #55
    Join Date
    Jul 2004
    Location
    The Netherlands, Wierden
    Posts
    430
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by swguy View Post
    It's on my todo list. No estimated release date.
    I would like to help

    So that when your customer creates an account (for the checkout process), if they tick the Newsletter box, their first name, last name and email address are automatcially sent to your MailChimp mailing list using the MailChimp API. If they edit their account and unsubscribe, that cancellation is automatically sent to MailChimp too so you'll automatically have an up-to-date list of people who are happy to receive email marketing material from you.


    So for starting i think we must make a database entry which we can handle in the backend, so there we can give a few settings, like:
    • enable/disable
    • BOX_MAILCHIMP_NEWSLETTER_ID
    • BOX_MAILCHIMP_NEWSLETTER_U

  6. #56
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by swguy View Post
    A bulk import of your customer database would be a violation of the TOS. You need to get permission before you send bulk commercial email. Take a look at their site to learn more about how MailChimp helps you do this.
    Quote Originally Posted by swguy View Post
    It's on my todo list. No estimated release date.
    Hi Scott! Fantastic Mod! Just installed and works perfectly!

    I was wondering, since my customers are my main target for newsletters, is there anything wrong with adding your sidebox code to the bottom of the tpl_checkout_success page? I tested it and it seems to work ok....although it would look better centered.
    PHP Code:
    <h3 id="checkoutSuccessThanks" class="centeredContent"><?php echo TEXT_THANKS_FOR_SHOPPING?></h3>
    </div>
    <?php
    //
    // MailChimp Sidebox Mod
    //
    // test if box should display
      
    $show_mailchimp_sidebox true;

      if (
    $show_mailchimp_sidebox == true) {
          require(
    $template->get_template_dir('tpl_mailchimp_sidebox.php',DIR_WS_TEMPLATE$current_page_base,'sideboxes'). '/tpl_mailchimp_sidebox.php');
          
    $title =  BOX_HEADING_MAILCHIMP_SIDEBOX;
          
    $left_corner false;
          
    $right_corner false;
          
    $right_arrow false;
          require(
    $template->get_template_dir($column_box_defaultDIR_WS_TEMPLATE$current_page_base,'common') . '/' $column_box_default);
     }
    ?>
    thoughts?
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  7. #57
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: MailChimp Newsletter Sidebox

    You can put this code on any 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.

  8. #58
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Smokin'! I guess to center it I will use <center></center>
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  9. #59
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: MailChimp Newsletter Sidebox

    OK, the work to add subscribe to the account creation page is underway, and will be complete sometime this month. You will need to make more changes (which will be documented) if you are also running my Newsletter Discount mod.
    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.

  10. #60
    Join Date
    Jul 2004
    Location
    The Netherlands, Wierden
    Posts
    430
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    I'm looking forward to it

    If you need some help.....let me know

 

 
Page 6 of 41 FirstFirst ... 4567816 ... 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