0
votes
2answers
37 views

Set up Google Analytics Goal for Magento newsletter

I'm looking to set up a Google Analytics Goal for newsletter subscriptions on a Magento (1.7) website. The form is pointing to 'newsletter/subscriber/new/'. A) will this url work as a Goal URL in ...
0
votes
1answer
12 views

Magento: where can I set some params/vars to “newsletter_subscr_success.html” email template?

I need to customize the "newsletter_subscr_success.html" email template and I need to pass some variables into it. The problem is that I don't know where is it sent so I can push some ...
0
votes
1answer
127 views

Magento - newsletter pop code using ajax update in form

I have the below code that is being used in cms page pop up the problem im having is if you leave email address input field blank and hit the submit (in the case "Get Code" button, you briefly see the ...
-2
votes
1answer
35 views

Newsletter not being sent by Magento [closed]

All configuration rights and all other email sent from Magento admin is working fine only Magento queue is not working as is expected. Please help me to sort out this problem.
1
vote
0answers
18 views

Magento: Newsletter on admin disappeared

it would be great if you ccould help me. Unfortunetely the newsletter tab and in the configuration the newsletter row on costumer-left disappeared. The newsletter subscription on the store works well, ...
0
votes
1answer
207 views

send newsletter to particular email magento

Hi i have more than 1000 users of my site.I want to send a newsletter to them but before that i want to test it for only one user , is it possible to send it to the particular cuastomer for test.
1
vote
3answers
168 views

Magento newsletter not subscribing

I have moved the newsletter subscription box to the footer. When I try to subscribe, the page reloads and adds this to the url: ?email=test%40test.nl (in case of using the test@test.nl adress) The ...
0
votes
1answer
61 views

Magento newsletter subscribe gives 500 internal server error

Interesting bug. When I try to subscribe to magento newsletter, I end you getting an internal server error 500. However on refresh via the url, it gives me the thank you for subscribing and adds to ...
0
votes
1answer
67 views

Magento Widget does not appear on Newsletter

I am having a trouble on Magento CE 1.7 when dealing with Newsletters. I was trying to put a Widget inside my Newsletter Template, but unfortunately it's not showing when rendering the preview or ...
1
vote
1answer
67 views

What does 'setIsSubscribed' do in Magento?

I'm working on getting an email newsletter set up in my Magento Store and as I was working through how the default setup does newsletters, I came across this bit of code in the createPostAction ...
1
vote
2answers
108 views

Magento XML Newsletter issue

I'm trying to add an xml newsletter block onto a page. Because the template is set up to put the block on the home page I've created a cms page and have changed around the code from: ...
0
votes
1answer
616 views

Customer name in newsletter subscription success email template

Im trying to include customer name in newsletter subscription success page. But I couldnt include customer name. I have tried following variables in email template without successful. Im using ...
0
votes
1answer
83 views

magento newsletter status sent, recipients 0?

Ok so I have read everything under the sun about Magento cron jobs, and it appears as though it setup correctly. Here lies the problem: I have the newsletter scheduled (qued) and it says sent under ...
1
vote
3answers
725 views

Magento Redirect from Observer that always works

I am having trouble to create a working redirect in Magento from an observer. As far as I know there are many events that got the response object with them (in the $observer object). Another way ...
0
votes
2answers
349 views

Magento Newsletter form not working

I am trying to add a newsletter signup form to my Magento site creativeinfusion.com.au/shop The problem is that the email address doesn't get added to the subscribers list. I have tried both of these ...
0
votes
2answers
1k views

Magento newsletter auto checked on registration Page

I'm running magento 1.7.0.2 and I want the checkbox of the newsletter subscription on the registration page checked by default. I have followed a few hacks but they were all written for older versions ...
0
votes
2answers
1k views

How to add firstname and lastname in magento newsletter subscription?

I am new to magento. Magento default have only email id for newsletter subscrption. How add the first name and last name in the newsletter subscription? I saw many tutorials. But they are not much ...
1
vote
0answers
629 views

How to show newsletter signup in a lightbox popup in Magento?

I´m not a coder and come here to ask for help. I need a way to show newsletter signup in a lightbox for example www.popupdomination.com or this www.tylertool.com when the pages load or after some ...
0
votes
0answers
168 views

Magento sending newsletters - saying 'not sent' - cron job?

Thanks for taking the time to read this. We are trying to send out a monthly newsletter with magento for the first time and it's fast becoming a bit of a nightmare. We have followed the usual steps ...
0
votes
0answers
447 views

Newsletter Mail not sending in Magento

I am using Magento ver-1.6. I created few Newsletter Queue and set a feature date, but it does not send mail on that date. The status are also in Not Sent status. Any one knows what was the problem.
0
votes
1answer
968 views

Customize Newsletter Template?

i am using Magento 1.5.1.0. I Have already changed all transaction E-Mails in my Magento Project. But i have one last Problem. I have not found a way to change the newsletter Template? Is there a way ...
1
vote
3answers
2k views

Magento AJAX newsletter submit when pressing enter

I am using code to submit newsletter info via AJAX through a submit button, but unfortunately when a user fills in their email address and presses enter the page simply reloads and no data is saved. ...
2
votes
1answer
2k views

Magento set subscriber first & last name

When someone subscribes to the Magento newsletter I also want them to fill in their first and last name. I have added the two input fields to the form. The field names are 'firstname' and 'lastname'. ...
0
votes
1answer
273 views

Magento: Get Newsletter/Subscriber module to deliver email AND name to database

Currently, it only grabs the email and delivers it to the database. I added the html for the name, but I needed to edit some other files for it to grab the info. I've done a ton of googling but I ...
1
vote
1answer
728 views

Magento Bug? - Can't subscribe to Newsletter with registered email that is not subscribed

2 emails are registered users of my Magento store: user1@example.com user2@example.com When registering, user1@example.com opted in the Newsletter while user2@example.com did not. However when ...
0
votes
1answer
749 views

magento newsletter

I have three related questions here regarding the Magento newsletter system - they are in the one post if that's OK. I thought it was appropriate do but feel free to break them up. 1) My client will ...
0
votes
2answers
1k views

How to add extra Newsletter type in magento

I want to add extra newsletter subscription type in magento.How can i do this ? Currently i have only one option "General Subscription" But i want to add extra subscription types like "New ...
0
votes
1answer
628 views

Magento: Newsletter double opt-in also needed for registered customers

I have successfully setup the newsletter subscription for guests, so that if a guest signs up for the newsletter, he gets the newsletter confirmation request email where he has to click the ...
0
votes
1answer
412 views

Magento 1.5 CE Newsletter don't send

The Newsletter is not sent in Magento CE v.15 I understand I need to set-up some sort of Cron to send newsletter. But isnt Cron (scheduled task) already built in under back end ...
1
vote
1answer
491 views

Differences between Magento Community and Enterprise when it comes to the newsletter?

I was wondering if there are new features related to the newsletter on the Magento Enterprise Edition compared to the Community Edition. Is there any difference? Thanks!
3
votes
1answer
2k views

How to send a newsletter from Magento?

I have a start-up and I want to send a newsletter to all my subscribers and customers, but I don't know how. I select the template and choose "Queue Newsletter" and set the date/time but it never ...
4
votes
3answers
3k views

Set subscriber status in Magento programatically

I am trying to write a module that syncs my newsletter subscribers in Magento with a external database. I need to be able to update the subscription status in Magento programatically but I am having ...
1
vote
3answers
2k views

Magento: Newsletters not going out

The problem i have is that i have created newsletter template, added few subscribers and i can add the template with subscribers into queue - all that works fine. I can also run the cron.php from ...
3
votes
4answers
10k views

Adding a custom field to Magento's subscribtion module

The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento ...