Latest Blog Posts

Editing the OpenCart Homepage
29.09.2025 2666 3 44 min

Editing the OpenCart homepage, customizing H1 and Title text, displaying products and modu..

How to Uninstall Powered by OpenCart
03.09.2025 4136 3 20 min

Remove Powered by OpenCart and customize footer: edit template, use theme editor or OCMOD ..

How to remove modules in OpenCart
28.08.2025 2117 3 12 min

Step-by-step instructions for deleting modules in OpenCart 3 via the admin panel, manually..

Which hosting to choose for OpenCart
25.08.2025 1436 3 19 min

Find out which hosting to choose for an OpenCart online store. Requirements, selection cri..

How to Remove Powered by OpenCart and Change Footer

4136 3 3 min
How to Remove Powered by OpenCart and Change Footer

Introduction

If you’ve recently launched your store, you may have noticed the default Powered by OpenCart text at the bottom of your site. While it shows that your shop runs on OpenCart, many store owners prefer to remove or edit this footer for branding purposes. In this guide, we’ll cover multiple ways to remove powered by OpenCart, edit copyright information, and customize the footer in both OpenCart.

Where the Powered by OpenCart Text is Located

The OpenCart powered by text is typically found in the footer section of your theme. In most default installations, the code is located in the footer.twig template file.

  • In OpenCart 2.x, it can be found under catalog/view/theme/default/template/common/footer.tpl.
  • In OpenCart 3.x, it is usually in catalog/view/theme/default/template/common/footer.twig.

Knowing the location is the first step before you edit powered text or replace it with your own.

Methods to Remove or Edit Powered by OpenCart

Using Theme Editor in OpenCart 3

OpenCart 3 introduced a built-in theme editor, which makes it much easier to adjust the footer text without touching core files.

  1. Log in to your OpenCart admin panel.
  2. Go to Design > Theme Editor.
  3. Select the footer.twig file from the list.
  4. Search for the phrase Powered by OpenCart.
  5. Replace or delete the text as needed.

This is the safest way to edit powered text in OpenCart 3, as it doesn’t affect core files.

Editing Footer Template Files

For more control, you can directly edit the footer template file.

  • Navigate to your theme folder.
  • Open footer.twig (or footer.tpl for older versions).
  • Find the code that outputs powered by OpenCart.
  • Remove it or replace it with your business name.

This method is often called opencart remove footer copyright or remove powered by OpenCart 3.

Using OCMOD or vQmod Modifications

Another method is to use modifications like OCMOD or vQmod. This lets you remove or replace the powered OpenCart text without changing template files directly.

  • Create a small XML modification that targets the footer text.
  • Upload it in Extensions > Modifications.
  • Refresh the modification cache.

This approach keeps your changes safe during upgrades.

Besides removing the default branding, you may also want to update your copyright notice.

  • To update the OpenCart copyright text, open footer.twig and modify it with your company name.
  • To automatically update the OpenCart bottom bar copyright year, you can add a small PHP function to display the current year dynamically.

This ensures your site always looks up to date without manual edits each year.

Best Practices for Customizing Footer

When you edit powered text or change copyright information, make sure your footer stays professional. Avoid leaving it blank—replace it with your business name, legal details, or even a link to your policies.

If you use multiple languages, remember to update each language file so that refine search OpenCart and other features remain consistent across your store.

Conclusion

Removing powered by OpenCart and customizing your footer is a quick way to make your store look more professional. Whether you use the OpenCart 3 theme editor, directly edit template files, or apply an OCMOD modification, you can easily achieve a clean and branded footer.

Related Posts

How to recover your password and log into the OpenCart admin panel
27.01.2018 27 3 min

Lost your administrator password for your OpenCart store? There are several options to change the op..

How to transfer an OpenCart website to another hosting
22.12.2017 9 3 min

Detailed instructions on how to transfer an OpenCart website to another hosting. Step-by-step guide ..

ChatGPT Consultant

Comments

Leave your comment or question
Как можно отредактировать текст в копирайте?
Answer Admin

Откройте файлы перевода catalog/language/{lang}/common/footer.php

Найдите строку:

$_['text_powered']      = 'Powered By <a href="https://opencart.com/">OpenCart</a><br /> %s &copy; %s';

Измените её на свой текст. Например на:

$_['text_footer'] = '%s &copy; %s. Все права защищены';

Сохраните файл и обновите кэш.

Не в английском переводе надпись "Работает на OpenCart".
Answer Admin

Или "Работает на ocStore"

Как удалить работает на OpenCart?
Answer Admin
  • Откройте файл перевода catalog/language/{ваш_язык}/common/footer.php.
  • Найдите строку с $_['text_powered'] и измените её на желаемый текст.

Write Comment

Popular