Page 17 of 41 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 402
  1. #161
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: MailChimp Newsletter Sidebox

    Hi, I am trying to install this contribution but cannot find the URL, u and id info in the HTML code.

    4. Press the Forms link for your new list.
    Scroll down to the link that says "Signup Form" and click it. This will take you to a screen which will show you your signup form. Look at the HTML code. At the top of the form will be something that looks like this:

    <form action="http://list-manage.com/subscribe/post" method="POST">

    Note the URL.

    At the bottom of the form will be something like this:

    <td align="left"><INPUT TYPE='submit' NAME='submit' VALUE='Subscribe'> <input type="hidden" name="id" value="5331068383">
    <input type="hidden" name="u" value="0dcb1c9808"></td>

    Note the the values of "u" and "id" - you will be embedding them in the language file during the installation process.
    When I click the "Forms" link, that takes me to the Create Forms page where the "Signup Form" is the default selection, and not clickable. Am I looking at the wrong place?

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

    Default Re: MailChimp Newsletter Sidebox

    You should see something like this:

    Customize the Signup Form for: test

    Your list's signup form is hosted on our server at: http://eepurl.com/kd_x
    change the signup form's appearance

    Then in the HTML below you'll see id and u.
    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.

  3. #163
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by swguy View Post
    You should see something like this:

    Customize the Signup Form for: test

    Your list's signup form is hosted on our server at: http://eepurl.com/kd_x
    change the signup form's appearance

    Then in the HTML below you'll see id and u.
    Thanks SWGUY!

    I was able to find the info by accessing Lists > Forms > For Your Website > Signup Form Embed Code

    Under the Create Embed Code button, in the "copy/paste into your site" field.

  4. #164
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: MailChimp Newsletter Sidebox

    I have installed the contribution and all seems to be working well. Thanks again SWGUY!
    ....
    Just a little note FYI: If I position the Newsletter sidebox just below the Special sidebox, there's a [more] that appears just after Newsletter in the sidebox header and that "Newsletter [more]" becomes a link, which takes me to the special page when clicked.

    If I position the Newsletter sidebox just above the Special sidebox, that fixes the issue. Strange!

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

    Default Re: MailChimp Newsletter Sidebox

    I would guess this is a bug in your template change for the specials sidebox.
    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. #166
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by delia View Post
    ahem, have problem with the sidebox working fine but the create account form does not. Nothing is getting to mail chimp: The mailchimp log file says Unable to load listSubscribe()!
    Code=250
    Msg=FNAME must be provided - Please enter a value

    I could have sworn I did this correctly. What in the world did I screw up?
    Hi Delia I have the same issue

    I can solve that error

    You are collecting the subscriber first and last names correct?

    basically it is wanting the first name parameter, which you need to add in the

    /includes/modules/your-template/create_account

    so this (around line 339)

    Code:
    //--- added mailchimp
       if ((int)$newsletter == 1) { 
           mailchimp_add($email_address, $email_format);
      }
    //--- End mailchimp
    becomes


    Code:
    //--- added mailchimp
       if ((int)$newsletter == 1) { 
           mailchimp_add($email_address, $firstname, $lastname, $email_format);
      }
    //--- End mailchimp
    Unfortunately while this stops the error, it doesn't seem to add the user to mailchimp (or at least I am not receiving an email confirmation from mailchimp), I can't actually access mailchimp at the moment to check.
    Webzings Design
    Semi retired from Web Design

  7. #167
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Can anyone tell me if this mod will still add the user to the ZC database and send the welcome email we have set up with the coupon we have set to be sent to new subscribers?

    We use 1.3.9h

    Thanks!

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

    Default Re: MailChimp Newsletter Sidebox

    The Mailchimp Plugin doesn't do the adding to the Zen Cart database; it just adds the user to the list of email addresses in your mailchimp list (if the user requests your newsletter when he signs up).
    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. #169
    Join Date
    Jul 2008
    Posts
    43
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Hi There... could use some help.
    I don't seem to be passing any data to MailChimp, nor getting the MailChimp confirmation email when creating a new user.

    The only thing I can think of is that I don't have includes/modules/[my template name]/create_account.php.... there is no folder for my template in the modules folder (I am using template_default).

    I modified the create_account.php file that was in the modules folder, and even included the $firstname, $lastname as suggested above, but no luck.

    Any ideas? Thanks in advance for your help!

  10. #170
    Join Date
    Sep 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: MailChimp Newsletter Sidebox

    Quote Originally Posted by Thannaree View Post
    Thanks SWGUY!

    I was able to find the info by accessing Lists > Forms > For Your Website > Signup Form Embed Code

    Under the Create Embed Code button, in the "copy/paste into your site" field.
    Hi,

    i am very happy after reading this help i have succefully integrated MailChimp in my zen cart. Thnkx for developers and Thannaree

 

 
Page 17 of 41 FirstFirst ... 7151617181927 ... 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