Author Topic: Edit validation email  (Read 2588 times)

Offline pixel

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Edit validation email
« 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.

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Edit validation email
« Reply #1 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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod