I see this variable {{htmlescape var=$customer.name}} in the file app/locale/en_US/template/email/wishlist_share.html.

Can someone tell me a list of properties for the $customer variable? I want to be able to access things like email, address, tax/vat number etc...

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You'll find a list on the Magento wiki, make sure that you test it thoroughly, I've had some inconsistent results depending on the context that the email template is sent from.

link|improve this answer
Thanks Jonathan, I asked a related question about template if statements here: stackoverflow.com/questions/4797394/… would you happen to know anything about it as well? – John Jan 25 '11 at 21:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.