Post by dm5400 » Wed Feb 25, 2015 12:58 am

I have version 2.0.1.1. I followed the directions and have deleted the "powered by" in my footer file and saved. Now, "text_powered" is at the bottom left on my website. How can I get that off? I have searched all the footer files and this does not show up in any of them. Thanks!

Attachments

OPencart forum text powered.JPG

Notice the "text_powered". I need to take that off. - OPencart forum text powered.JPG (24.65 KiB) Viewed 1405 times


New member

Posts

Joined
Wed Feb 04, 2015 5:42 am

Post by BrettMW » Wed Feb 25, 2015 11:05 am

Right click it, "Inspect Element", look at the page source and match it up with the footer template and see where it's coming from.

Website | Follow us on LinkedIn


User avatar
New member

Posts

Joined
Thu Feb 19, 2015 10:03 am


Post by yuno » Wed Feb 25, 2015 12:25 pm

in default 2.0

opencart-2011\catalog\language\english\common\footer.php

Code: Select all

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

OpenCart®
PHP Developer.
更多中文教學在 OpenCart香港官方網站 !
QQ: 2039574815


Active Member

Posts

Joined
Tue Feb 11, 2014 9:24 am

Post by dm5400 » Wed Feb 25, 2015 9:32 pm

When I right click to view the source, I see this:

<div id="bottom">
<p class="container">text_powered</p>
</div>


I cannot find this anywhere in my footer files. Any suggestions?

As for
\catalog\language\english\common\footer.php
I already took that out prior to installing my new theme, but "text_powered" still shows up on the bottom.

New member

Posts

Joined
Wed Feb 04, 2015 5:42 am

Post by dm5400 » Thu Feb 26, 2015 5:31 am

My theme support gave me a custom ccs code and it hides that unwanted text. It's not from their theme but somewhere in the OpenCart files.

New member

Posts

Joined
Wed Feb 04, 2015 5:42 am

Post by yuno » Thu Feb 26, 2015 10:34 am

dm5400 wrote:When I right click to view the source, I see this:

<div id="bottom">
<p class="container">text_powered</p>
</div>
are you in the footer.tpl?

opencart-2011\catalog\view\theme\default\template\common\footer.tpl

try change

Code: Select all

 <div id="bottom">
 <p class="container">text_powered</p>
 </div>
to

Code: Select all

 <div id="bottom">
 <p class="container"><?php echo $powered; ?></p>
 </div>

OpenCart®
PHP Developer.
更多中文教學在 OpenCart香港官方網站 !
QQ: 2039574815


Active Member

Posts

Joined
Tue Feb 11, 2014 9:24 am
Who is online

Users browsing this forum: Amazon [Bot] and 424 guests