Categories

Featured templates

OpenCart 2.x. How to change modules titles

Alice Weasley July 28, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial shows how to edit modules titles in OpenCart 2 Templates.

You may need to change modules’ titles according to your store peculiarities.

You can easily edit them for each store language in the respective files according to the following steps.

NOTE: We strongly recommend to backup the file prior its editing.

  1. Open your site folder on the server using FTP or hosting cPanel.

  2. Navigate to catalog\language\your_language\module directory.

    You will see all the modules files you have.

  3. For example, in order to edit the Account title, open the account.php file with any code editor.

  4. Locate this line:

    $_['heading_title']    = 'Account';

    Change the text between the single quotes only so that it looks like this:

    $_['heading_title'] = 'New text';

    If the selected language folder does not have the file, copy it from catalog\language\english\module to catalog\language\your_language\module and set the needed text.

  5. Save the changes made to the file and refresh a page.

  6. The modules’ titles displayed on the home page can be edited the same way in system\modification\catalog\language\desired_language\module directory.

Feel free to check the detailed video tutorial below:

OpenCart 2.x. How to change modules titles
OpenCart Template Design
This entry was posted in OpenCart Tutorials and tagged modules, Opencart2, titles. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket