How to Change Welcome Message in OpenCart?

The WELCOME message is an important part of the Ecommerce site as it greets your customer with a positive message that can help you accomplish. The Welcome text used to greet new account holders when viewing their accounts in Store Front.

Change the Welcome Message on the Account Register Success Page

  1. Open your Opencart Default directory via File Manager or FTP access.
  2. Open the success.php file that is located in catalog/language/en-gb/account directory
  3. Open the file with any code editor. Edit a following lines of code
     $_['text_message'] = '<p>Congratulations! Your new account has been successfully created!</p> <p>You can now take advantage of member privileges to enhance your online shopping experience with us.</p> <p>If you have ANY questions about the operation of this online shop, please e-mail the store owner.</p> <p>A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please <a href="%s">contact us</a>.</p>';​

Change the Welcome Message on the Affiliate Register Success Page

  1. Open your Opencart Default directory via File Manager or FTP access.
  2. Open the success.php file that is located in catalog/language/en-gb/affiliate directory
  3. Open the file with any code editor. Edit a following lines of code
     $_['text_message'] = '<p>Congratulations! Your new account has been successfully created!</p> <p>You are now a  member of %s affiliates.</p> <p>If you have ANY questions about the operation of this affiliate system, please e-mail the store owner.</p> <p>A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please <a href="%s">contact us</a>.</p>';​

     

If you face any problems or need our professional services, please email us at [email protected]

Join our Newsletter

Never miss the latest offers, voucher codes and useful articles delivered weekly in your inbox.