AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: pixel on October 06, 2017, 02:10:30 PM

Title: Edit validation email
Post by: pixel on October 06, 2017, 02:10:30 PM
I have searched quite extensively and cannot find anywhere that I can edit the content of the email that is sent to a new customer to validate their account. Can someone please advise. Thanks.
Title: Re: Edit validation email
Post by: abantecart on October 06, 2017, 02:23:10 PM
Welcome to AbanteCart forum!

You can see function that sends email in this model:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/model/account/customer.php#L903

You can grab text variables in the code, such as 'text_welcome' or 'text_activate' and locate these in the language definition section of admin.
You can edit text in there.
http://docs.abantecart.com/pages/localization/language_definitions.html