Chat Room Article Base Facebook Page Twitter RSS Feed
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 09:46:57 PM

Login with username, password and session length
Search:     Advanced search
The E-commerce forum, the best place for advice for your Small Business.
12789 Posts in 1519 Topics by 6457 Members
Latest Member: DuCialisFr
* Home Help Search Login Register
+  E-commerce forum
|-+  E-commerce
| |-+  Shopping cart software
| | |-+  Zen cart
| | | |-+  Mail chimp
« previous next »
Pages: [1] Print
Author Topic: Mail chimp  (Read 487 times)
beads4breakfast
Members - (ws)
Part of the Furniture
*****

Karma: 3
Offline Offline

Gender: Female
Posts: 185



WWW
« on: November 12, 2011, 08:05:49 PM »

I have signed up for mail chimp and I have downloaded the add on for zencart........how do I attach it please??


Don't forget I need the idiot guide.
Logged

There is a thin woman inside of me trying to escape  but I usually can shut her up with chocolate :-D
Andy c
Members - (ws)
Shareholder ;o)
*****

Karma: 2
Offline Offline

Gender: Male
Posts: 582



WWW
« Reply #1 on: November 12, 2011, 08:17:01 PM »

don't look at me I tried a while ago with no success lol
Logged
beads4breakfast
Members - (ws)
Part of the Furniture
*****

Karma: 3
Offline Offline

Gender: Female
Posts: 185



WWW
« Reply #2 on: November 14, 2011, 12:00:42 AM »

don't look at me I tried a while ago with no success lol


 lol
Logged

There is a thin woman inside of me trying to escape  but I usually can shut her up with chocolate :-D
beads4breakfast
Members - (ws)
Part of the Furniture
*****

Karma: 3
Offline Offline

Gender: Female
Posts: 185



WWW
« Reply #3 on: November 15, 2011, 05:27:27 PM »

 huh

Okies I will figure it out on my own then and break my site lmao. :/
Logged

There is a thin woman inside of me trying to escape  but I usually can shut her up with chocolate :-D
seamus
zen master
Shareholder ;o)
*****

Karma: 44
Offline Offline

Gender: Male
Posts: 1109



WWW
« Reply #4 on: November 15, 2011, 05:29:14 PM »

I didnt see this post, I'll have a look at mail chimp and let you know how to install it ;)
Logged

seamus
zen master
Shareholder ;o)
*****

Karma: 44
Offline Offline

Gender: Male
Posts: 1109



WWW
« Reply #5 on: November 15, 2011, 05:38:40 PM »

if its this one, seems pretty straight forward.
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=632

you have one file to edit before you upload the mod
includes/languages/english/extra_definitions/mailchimp_sidebox_defines.php

just follow the instructions in the read me file to find the info you need to put into that file.

Quote
Pre-Installation Preparation:

0. Read the MailChimp Email Marketing Guide at
http://www.mailchimp.com/resources/email_marketing_guide.phtml

1. Sign up for mailchimp at http://www.mailchimp.com

2. Create a list for your newsletter (press the Lists tab
at the top of the page, then "Create New List").  In your Sign-up form, I suggest
only having email address (if you want more fields, you'll
have to modify this contribution).

3. Press the "Forms" link for your new list.
This will
take you to a screen which will show you your signup form.
Press the "create embed code for small form" link.

It generates code in a box on the left hand side of the screen under
the label copy/paste onto your site.

Search for the string "list-manage.com".

You will find something that looks like this:

form action="http://YourSite.us1.list-manage.com/subscribe/post?u=d0bcc6a7b231472e0ac481ae0&id=56d217bcfc" method="post"  ....

Note the the values of "u" and "id" - you will be
embedding them in the language file during the installation process.
The & is not part of the u value; in this case,

u is d0bcc6a7b231472e0ac481ae0
id is 56d217bcfc

Note also the value of the URL before the arguments; in this case, it is

http://YourSite.us1.list-manage.com/subscribe/post

4. At the top of the Mailchimp page is a dropdown called "Account."
Select "api keys & info" and add an api key to your account. 
Note the value; you will be embedding
it in the language file during the installation process.

5. Take the time to test and customize MailChimp before
adding it to your site.


--------------------------------------------------

Installation Instructions:
0. Back up everything!  Try this in a test environment prior to installing
it on a live shop.

1. Copy the contents of the folder you have unzipped to
the root directory of your shop. 

2. Edit the file
includes/languages/english/extra_definitions/mailchimp_sidebox_defines.php
set the BOX_MAILCHIMP_NEWSLETTER_ID to the "id" value you noted
in step 3 of the pre-installation instructions.
set the BOX_MAILCHIMP_NEWSLETTER_U to the "u" value you noted
in step 3 of the pre-installation instructions.
Set BOX_MAILCHIMP_NEWSLETTER_URL to the value you noted in step 3 of
the pre-installation instructions.
Set BOX_MAILCHIMP_APIKEY to the value you noted in step 4 of the
pre-installation instructions.

3. In Admin->Tools->Layout Boxes Controller, turn on the mailchimp
   sidebox.

4. Changes to your Zen Cart configuration:
   a) In Configuration->Customer Details, set Show Newsletter Checkbox to 1.
   b) In Configuration->Email Options, set Display 'Newsletter Unsubscribe'
      Link to false. 
      (To subscribe, people use the MailChimp sidebox; to unsubscribe, they
      use the link at the bottom of the newsletter.)

5. If you do not yet have an
       includes/modules/YOUR_TEMPLATE/create_account.php,

   copy from includes/modules/create_account.php to
       includes/modules/YOUR_TEMPLATE/create_account.php

   Look for the line:
   $zco_notifier->notify('NOTIFY_LOGIN_SUCCESS_VIA_CREATE_ACCOUNT');

   right below it, add the code:
   
   if ((int)$newsletter == 1) {
       mailchimp_add($email_address, $email_format);
   }

Logged

beads4breakfast
Members - (ws)
Part of the Furniture
*****

Karma: 3
Offline Offline

Gender: Female
Posts: 185



WWW
« Reply #6 on: November 15, 2011, 08:36:30 PM »

thank you



 gasp  I think I will leave it lmao, and just transfer the email addresses over lmao
Logged

There is a thin woman inside of me trying to escape  but I usually can shut her up with chocolate :-D
Andy c
Members - (ws)
Shareholder ;o)
*****

Karma: 2
Offline Offline

Gender: Male
Posts: 582



WWW
« Reply #7 on: November 15, 2011, 11:59:47 PM »

I have too ....I've installed ceon seo / fast easy checkout and they were a doddle compared to this ..It's not the zencart side it's mc coding that gets me
I wouldn't mind it but it's no biggy
Logged
Baa
Member (ds)
Part of the Furniture
*****

Karma: 23
Offline Offline

Posts: 463


WWW
« Reply #8 on: November 17, 2011, 08:19:44 PM »

Does your entire list expressly agree to having their details held outside of the EU? (If not you will be breaking the law by uploading your e-mail list to mailchimp)

This forms part of MailChimps own T&Cs and would be required to keep within the UKs own Data Protection.
Logged

You cannot conduct today's business with yesterday's methods and expect your business to grow

Moon Stag Designs - Silver, Gold and Gemstone Jewellers. Jewellery for men, women and children.
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
SimplePortal 2.2.2 © 2008-2009