Categories

Featured templates

OpenCart. How to manage the maintenance page

Eva Fox February 13, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

It is a good practice to set your store to maintenance mode when performing upgrades or routine maintenance. During this time, visitors of your site will receive a message stating it is under temporary maintenance. Many store owners wish to customize their message and make it more specific to their task, so their customers are more informed. To do this, however, you must edit an internal file. Join us as we guide you on modifying the maintenance message for your OpenCart 1.5 store.

OpenCart. How to manage the maintenance page

Previously, we set the store to maintenance mode following this tutorial OpenCart. How to put the website in maintenance mode.

  1. First, log into the cPanel dashboard.

  2. This leads you to the main cPanel area. Locate and open the File Manager.

  3. Inside the File Manager, navigate to your store root folder. Most stores use the main domain, so the root folder would be public_html. If you are using a subfolder (e.g. example.com/shop), then you would look for public_html/shop.

  4. Click on the catalog folder, then the language folder. At this point, the next folder can be different, depending on what language you are using on your site. We will assume the default one and use English folder. Open english folder and finally the common folder.

  5. Inside the common folder you will see three files. Locate the one named maintenance.php and then open it for editing.

  6. Inside the editor, you will see a few variables with their settings. The line of code that controls the maintenance message is below:

    $_['text_message']     = '<h1 style="text-align:center;">We are currently performing some scheduled maintenance. <br/>We will be back as soon as possible. Please check back soon.</h1>';
  7. Change the text in the code to your custom message. Look at our example below to see how we changed the message.

    $_['text_message']     = '<h1 style="text-align:center;">We are editing the theme and adding more great products.. <br/>We will be back as soon as possible. Please check back soon.</h1>';
  8. After your new message is in place, click Save Changes button in the upper right corner of the screen to activate it. When your store is in maintenance mode, your visitors will now see the new message. Refresh the website to see the changes.

Feel free to check the detailed video tutorial below:

OpenCart. How to manage the maintenance page

Templates for OpenCart
This entry was posted in OpenCart Tutorials and tagged maintenance, opencart. 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