Post by dborovsky » Mon Jun 11, 2012 11:37 pm

Hello, guys. Tell me please, how delete title Powered By OpenCart below page? Wich file need i open? Please help. Thanks for advance

Newbie

Posts

Joined
Mon Jun 11, 2012 11:32 pm

Post by dirtboy » Tue Jun 12, 2012 12:12 am

to completely remove the powered by find this file catalog > view > theme > YOUR THEME > template > common > footer.tpl

find this line of code near the bottom and remove it or comment it.

Code: Select all

<div id="powered"><?php echo $powered; ?>
to make the powered by say something else find this file catalog > language > your language > common > footer

find this line of code

Code: Select all

$_['text_powered']      = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s &copy; %s';
and change it to say whatever you want it to say

“Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.”
- Henry Ford


User avatar
Active Member

Posts

Joined
Wed Mar 07, 2012 3:04 pm

Post by dborovsky » Wed Jun 13, 2012 4:31 am

thanks))))

Newbie

Posts

Joined
Mon Jun 11, 2012 11:32 pm

Post by danchapman » Mon Oct 01, 2012 5:09 am

thanks for the info on this thread.. i have two stores however and it is not taking effect on my second store. it works on the default. where should i look to delete this footer? thanks

OC v.1.5.5.1 | Shoppica 2 | Browser: Chrome


New member

Posts

Joined
Mon Oct 01, 2012 3:52 am
Location - Brighton, England

Post by scomau » Mon Jun 03, 2013 10:05 pm

Thanks heaps for this, saved me a lot of time!

Newbie

Posts

Joined
Fri May 31, 2013 9:34 pm

Post by Argen » Mon Feb 10, 2014 10:23 pm

Is licensing okay with this when re-branding and selling it?

Newbie

Posts

Joined
Fri Feb 07, 2014 12:21 am

Post by ThePath » Thu Feb 13, 2014 12:46 am

Ive done a vqmod which will remove branding from front end and admin.

If you do remove branding though remember and give something back to OpenCart...there are ideas on what you can do one the mods page: http://www.opencart.com/index.php?route ... n_id=15822

Image

OpenCart Theme Options - See All My Extensions - OpenCart Themes and Mods


User avatar
Active Member

Posts

Joined
Fri Jun 26, 2009 11:53 pm
Location - Scotland

Post by adminimad » Tue Jan 06, 2015 3:52 pm

Hi,

To Remove or edit Powered By OpenCart, see the following setps.
Note: In current version 2.0 "Powered By OpenCart" is divided into two part "Powered By" and "OpenCart" in two different files.

First Part (Powered By)
1. Go to Catalog/View/Theme/(Theme Name)/Template/Common/Footer.tpl
2. Add <div id="powered"> to the line <?php echo $powered; ?> in the bottom area of the file to remove Powered By. After amendments code will appear like this: <div id="powered"><?php echo $powered; ?>
3. Save and Close.

Second Part (OpenCart)
1. Go to Catalog/Language/English/Common/Footer.php
2. Delete/Edit whatever you like OpenCart in code line $_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s &copy; %s';
3. Save and Close.

Newbie

Posts

Joined
Tue Jan 06, 2015 3:29 pm

Post by ngbehht » Sun Feb 22, 2015 6:08 am

This worked for me... however the file location was different for me. This is what I did:

Step 1: (Powered By)
1. Go to Catalog/View/Theme/(Theme Name)/Template/Common/Footer.tpl
2. Add <div id="powered"> to the line <?php echo $powered; ?> in the bottom area of the file to remove Powered By. After amendments code will appear like this: <div id="powered"><?php echo $powered; ?>
3. Save and Close.

Step 2: (Note the file I had to modify)

Second Part (OpenCart)
1. Go to public_html/system/modification/catalog/language/english/common/footer.php
2. Delete/Edit whatever you like OpenCart in code line $_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s &copy; %s';
3. Save and Close.

Don't know why, but the modification folder was where my change finally worked.

Newbie

Posts

Joined
Sat Nov 08, 2014 9:45 am

Post by spake » Tue Jul 11, 2017 1:36 am

For opencart 3.0.1.2 how we need tot do?

Thx!

Done:

Edit footer.twig and just delete <p>{{ powered }}</p>

Newbie

Posts

Joined
Mon Jul 03, 2017 7:18 am

Post by BillT » Fri Jan 07, 2022 12:24 pm

The file to modify is footer.php and its located under public_html/catalog/language/en-gb/common/footer.php and search for powered by opencart and change to whatever you want for Opencart version 3 ( v3)

Newbie

Posts

Joined
Wed Dec 08, 2021 4:59 am
Who is online

Users browsing this forum: No registered users and 31 guests