Copy of the Welcome Message - Magento 1.7

-2

Would anyone know how to get a copy of the welcome message (the one with the email and password) from each new customer in my store? I think maybe this is "Customer account form block" but I do not know how to make a copy for myself.

Thank you !!

    
asked by anonymous 09.12.2014 / 00:39

1 answer

1

You do not have this option in the Magento admin panel, I believe you could do whatever you want by changing the sendNewAccountEmail method of the app / code / core / Mage / Customer.php

    
11.12.2014 / 14:37