stirrell
Total Posts: 15
Joined: 2008-12-04
I’m sorry if this has been answered in another thread. I did some searching but couldn’t find the answer.
I have a custom template for the confirmation email that goes out to a user who subscribes to a newsletter:
< p >< strong > Dear {{var customer . name}} </ strong >,< br /> Thank you for subscribing to our newsletter .
{{var customer.name}} is not returning anything. This same construct works fine in the recommend a wish list but, for some reason, not in the Newsletter confirmation email. Is there something else I need to do to enable this variable on that particular template?
Thank you,
Scott
Posted: December 12 2008
| top
jonasfr
Total Posts: 31
Joined: 2008-09-27
same problem :-( any help highly appreciated!!!
Posted: December 17 2008
| top
| # 1
Alban
Total Posts: 7
Joined: 2007-08-31
France
Try whith {{var subscriber.name}} .
I haven’t try it.
Signature
@Alban
Posted: December 19 2008
| top
| # 2
stirrell
Total Posts: 15
Joined: 2008-12-04
Alban - 19 December 2008 04:09 AM
Try whith {{var subscriber.name}} .
I haven’t try it.
Thank you for the suggestion. Unfortunately, I tried it with the same results - there is no name populated in the template.
Sincerely,
Scott
Posted: December 19 2008
| top
| # 3
WinginIt
Total Posts: 43
Joined: 2008-12-12
Version 1.0
Plain old {{var name}} worked for me. It picks up the email user name only - which is friendlier.
Posted: December 19 2008
| top
| # 4
Alban
Total Posts: 7
Joined: 2007-08-31
France
WinginIt - 19 December 2008 08:28 AM
Plain old {{var name}} worked for me.
Yes it’s take the first part of the email. It’s not to bad for people who haven’t account. But for login people, I don’t find solution
Signature
@Alban
Posted: December 20 2008
| top
| # 5
Jonathan123
Total Posts: 218
Joined: 2008-09-14
Having the same problem… any suggestions?
Posted: January 14 2009
| top
| # 6
got-bonsai
Total Posts: 136
Joined: 2008-10-25
Wales, UK
{{var subscriber.CustomerFirstname}}
{{var subscriber.CustomerLastname}}
{{var subscriber.SubscriberEmail}}
These seem to work ok
Posted: February 6 2009
| top
| # 7
MI
Total Posts: 172
Joined: 2008-12-11
Spain
Hi
same problem
Nothing works for me :-( :-(
Posted: February 2 2010
| top
| # 8
RichmondDM
Total Posts: 9
Joined: 2010-03-06
Hello,
Anyone able to fix this problem on magento 1.4?
We need help on this please…
Posted: April 24 2010
| top
| # 9
miciokas
Total Posts: 1
Joined: 2009-12-22
Hello.
I also have the same problem. Did anybody solve it?
Thanks in advance.
Punani
Total Posts: 76
Joined: 2008-02-13
same here… don’t know where to look anymore… has anyone called it in (bug) ?
kiatng
Total Posts: 874
Joined: 2008-09-03
Kuala Lumpur, Malaysia
Try
{{var subscriber . getCustomerFirstname () }}
tsunami
Total Posts: 26
Joined: 2010-02-20
+1
I have the same problem. Reporting back:
These did not work:
{{var customer.name}}
{{var subscriber.name}}
{{var subscriber.CustomerFirstname}}
{{var subscriber.getCustomerFirstname()}}
This worked, but it was the first part of the email address:
{{var name}}
Magento 1.4.0.1
mikizzi
Total Posts: 8
Joined: 2008-06-12
Palermo
I have same problem!!!
Posted: October 19 2010
| top
| # 14
xYcLoNe
Total Posts: 31
Joined: 2008-06-05
bump to this one…
im using 1.4.1.1 but only {{var name}} works which is only the username from the email address…
is there any other way to get the subscriber name?
Thanks..
Posted: November 10 2010
| top
| # 15