Post by aalapkbharucha » Sat Apr 21, 2012 4:10 am

How to remove footer "© Copyright 2011. Powered by Open Cart" ?
Thanks


Posts

Joined
Sat Apr 21, 2012 4:09 am

Post by dirtboy » Sat Apr 21, 2012 4:38 am

here is a module that will do it for you. it will also remove it from the confirmation emails

http://www.opencart.com/index.php?route ... ESC&page=3

to do it manually for the catalog go to catalog > view > theme > your theme > template > common > footer.tpl

remove this line of code near the bottom

Code: Select all

<div class="center"><?php echo $powered; ?></div>

“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 aalapkbharucha » Sat Apr 21, 2012 10:11 am

I installed vqmod first and then I added that xml file. But still the footer is there.
Manually also I am not able to do it, because under catalog,there is nothing such as "view" or "theme". pls help me!


Posts

Joined
Sat Apr 21, 2012 4:09 am

Post by dirtboy » Sat Apr 21, 2012 10:17 am

aalapkbharucha wrote:I installed vqmod first and then I added that xml file. But still the footer is there.
Manually also I am not able to do it, because under catalog,there is nothing such as "view" or "theme". pls help me!
what version of opencart are you using

“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 aalapkbharucha » Sat Apr 21, 2012 10:20 am

1.5.2.1


Posts

Joined
Sat Apr 21, 2012 4:09 am

Post by dirtboy » Sat Apr 21, 2012 10:37 am

the folders should be there. you can do this this way too. find catalog > language > english > common > footer.php

find this code

Code: Select all

<div id="powered"><?php echo $powered; ?></div>
change it to

Code: Select all

<!--<div class="center"><?php echo $powered; ?></div>//-->
this will make it a comment and it should not show. if you are using a custom theme then you need to change the footer.tpl in the folder for that theme

“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 aalapkbharucha » Sat Apr 21, 2012 10:59 am

Yeah, I found it. Earlier I thought you were asking me to find in the dashboard. Thanks a lot :)


Posts

Joined
Sat Apr 21, 2012 4:09 am

Post by Reef Man » Thu Aug 30, 2012 3:32 am

Very usefull ! Thanks !!
1.5.3.1 here.

Opencart Version : 2.3.0.2
www.coralcity.net


Active Member

Posts

Joined
Sat Jul 14, 2012 7:01 am


Post by guru9 » Fri Aug 31, 2012 3:09 pm

I can use Dreamweaver to find any text in your website code and replace it very easy !

Newbie

Posts

Joined
Fri Aug 31, 2012 3:04 pm

Post by nil2567 » Fri Sep 14, 2012 7:32 pm

you have a great extencion for that.

it is 6 in 1

1 - change the name opencart on the footer to your name and: ( on/off option )
You can use your, email as link
Or you can use your website adress as link.

2- have on or off a back to top button (it will appear when you scroll down). ( on/off option )

3 - have image zoom activated or off. ( on/off option )

4 - facebook link to your facebbok ( on/off option )

5 - facebook coments on bottom of products ( on/off option )

6 A globe chowing visits to your website( on/off option )
You can see it working at:

you can see it at:

http://www.opencart.com/index.php?route ... on_id=7403

New member

Posts

Joined
Wed Oct 13, 2010 11:47 pm

Post by tarzan89 » Fri Nov 24, 2017 7:32 am

do you know how to change the year in the copyright?

How To Remove The [ Powered By ] Link In 3.0.2.0-OpenCart

The text should be in catalog/language/english/common/footer.php

edit the -->footer.php

<?php
// Text
$_['text_information'] = 'Information';
$_['text_service'] = 'Customer Service';
$_['text_extra'] = 'Extras';
$_['text_contact'] = 'Contact Us';
$_['text_return'] = 'Returns';
$_['text_sitemap'] = 'Site Map';
$_['text_manufacturer'] = 'Brands';
$_['text_voucher'] = 'Gift Certificates';
$_['text_affiliate'] = 'Affiliate';
$_['text_special'] = 'Specials';
$_['text_account'] = 'My Account';
$_['text_order'] = 'Order History';
$_['text_wishlist'] = 'Wish List';
$_['text_newsletter'] = 'Newsletter';
$_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s &copy; %s';

User avatar
Newbie

Posts

Joined
Thu Nov 23, 2017 10:17 am
Who is online

Users browsing this forum: MajorPain and 87 guests