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.
- Log in to your OpenCart admin panel.
- Go to Design > Theme Editor.
- Select the
footer.twigfile from the list. - Search for the phrase Powered by OpenCart.
- 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(orfooter.tplfor 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.
Changing Copyright Information in OpenCart
Besides removing the default branding, you may also want to update your copyright notice.
- To update the OpenCart copyright text, open
footer.twigand 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.
















































Comments