Post by superbobas » Mon Apr 20, 2009 8:08 pm

Hi there,
how much do i have to pay/donate to remove "Powered by.."?
Thanks.
Kris

Newbie

Posts

Joined
Mon Apr 20, 2009 8:05 pm

Post by iloveopencart » Mon Apr 20, 2009 11:17 pm

You'll find an earlier post about this here. Daniel has no problem with removing "Powered by... "

User avatar
Global Moderator

Posts

Joined
Thu Mar 05, 2009 11:15 pm
Location - Phoenix, AZ

Post by mydesignbytes » Tue Apr 21, 2009 7:32 pm

Just to add some clarity. You can REMOVE the "Powered by Opencart".

To do this open up /catalog/language/english/common/home.php

find:

Code: Select all

$_['title']         = '%s (Powered by OpenCart)';
and just delete (Powered by OpenCart)

Web Design and Development
http://www.MyDesignBytes.com


User avatar
Newbie

Posts

Joined
Sun Mar 22, 2009 4:51 am
Location - Hayward, CA

Post by tommix » Thu Apr 23, 2009 1:06 am

I removed Powered By, but for respect to creators i'm living Powered by OpenCart in footer i think we should all do that - leave indication what cart you're using.

Active Member

Posts

Joined
Mon Apr 20, 2009 5:21 am


Post by yolcu » Sat May 02, 2009 5:02 am

hi all
i am using the turkish language opencart. when i edit the "powered by opencart" text on the file: footer.php (directory:/catalog/language/turkish/common/footer.php) all turkish characters on site cannot showed properly. how can i solve this.
thank you

Newbie

Posts

Joined
Sat May 02, 2009 4:51 am

Post by Daniel » Sat May 02, 2009 7:25 am

I'm not really bothered, but it would be nioce to at least leave the powered by in the footer.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by cacofonix » Thu Aug 13, 2009 8:27 am

I removed the "Powered by OpenCart" and here are the results when changing the language:

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/sim-cards.gr/httpdocs/store/catalog/language/greek/common/home.php:1) in /var/www/vhosts/sim-cards.gr/httpdocs/store/system/library/language.php on line 53

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/sim-cards.gr/httpdocs/store/catalog/language/greek/common/home.php:1) in /var/www/vhosts/sim-cards.gr/httpdocs/store/system/engine/controller.php on line 23


Any ideas?

User avatar
Newbie

Posts

Joined
Thu Aug 13, 2009 8:25 am
Location - Athens, GR

Post by blacksun » Tue Aug 25, 2009 4:27 am

The edited line in home.php should read

Code: Select all

$_['title']         = '%s ';
works for me.
Nice thing is, you could replace that text (Powered by Opencart) with anything, and it would append your dynamic titles on any page.

I have to remove these things for the client. But opencart has been great to use so far, and I think I'll make a donation when finished.

[edit] Oh, I missed that you had the error after changing the language. Yeah, I can't help there.

Newbie

Posts

Joined
Thu Aug 20, 2009 1:04 am

Post by FraZeks » Sat Sep 19, 2009 6:45 pm

Hello,

I had to also remove "Powered by...", on my clients wish, but as I am using Opencart for different projekt, I will donate a fine amount for the evolution of this cms, which I think has a promiscuous future.

Thank to all the developers, I promise to contribute my way.

New member

Posts

Joined
Fri Sep 18, 2009 6:57 am

Post by drubique » Wed Mar 10, 2010 2:18 am

[quote="blacksun"]The edited line in home.php should read

Code: Select all

$_['title']         = '%s ';
works for me.
Nice thing is, you could replace that text (Powered by Opencart) with anything, and it would append your dynamic titles on any page.

Hi,

I have been asked to replace the OpenCart text and link by a client... can you give some more detail on how to do this? For example there are 4 x home.php files alone?

Thx

New member

Posts

Joined
Wed Mar 10, 2010 1:51 am

Post by askingu » Sat Jan 08, 2011 4:46 am

With all due respect to the coders of this wonderful cart script I wish to ask How to remove the "Powered by OpenCart" link from the email template?
Your kind help is expected and appreciated.

Regards.

Newbie

Posts

Joined
Sat Jan 08, 2011 4:41 am

Post by Moggin » Sat Jan 08, 2011 7:52 am

Find the mail template at
catalog/view/theme/YOUR_THEME/template/mail/order_confirm.tpl

Locate

Code: Select all

<td align="center" style="font-size: 10px; border-top: 1px solid #069;"><a href="<?php echo $store_url; ?>" style="color: #069; font-weight: bold; text-decoration: none;"><?php echo $store_name; ?></a> <?php echo $text_powered_by; ?> <a href="http://www.opencart.com" style="text-decoration: none; color: #374953;">OpenCart</a></td>
and REMOVE

Code: Select all

<?php echo $text_powered_by; ?> <a href="http://www.opencart.com" style="text-decoration: none; color: #374953;">OpenCart</a>
For good measure, go to
catalog/language/english/mail/order_confirm.php.

Find

Code: Select all

$_['text_powered_by']       = 'powered by';
change to

Code: Select all

$_['text_powered_by']       = ' ';
As stated in the code, it's traditional to make a small donation to the project (if able) ;D

Active Member

Posts

Joined
Wed May 05, 2010 4:56 am

Post by askingu » Sun Jan 09, 2011 9:33 am

Thanks Moggin, I will surely consider donating for this lovely script to the coders.

Best Regards.

Newbie

Posts

Joined
Sat Jan 08, 2011 4:41 am

Post by Moggin » Mon Jan 10, 2011 12:28 am

glad to help : )

Active Member

Posts

Joined
Wed May 05, 2010 4:56 am

Post by SapporoGuy » Mon Jan 10, 2011 12:59 am

I wonder if Daniel has a wishlist on amazon?

I'm sure he'd wouldn't mind books and stuff for his child!

930sc ... because it is fun!


User avatar
Active Member

Posts

Joined
Mon Nov 01, 2010 7:29 pm

Post by weasel » Sun Apr 03, 2011 9:23 am

Even though that are not requiring money to remove the "Powered by", I think it would only be right to send them what you feel is fair and can afford for a high quality script like this. If you can't afford to send money, then at least let them advertise their work. They are all putting a lot of work into this script and we as users get to reap the benefits. Heck, look what webmasters get for a single or two page website (one or two pages of code). And there are how many pages of code to make OC funtion? (And no, I'm not affiliated with OC or their team, just giving my 2 cents worth)
Last edited by weasel on Mon Apr 04, 2011 10:25 am, edited 1 time in total.

User avatar
Newbie

Posts

Joined
Tue Mar 29, 2011 1:07 am

Post by designbuyers » Sun Apr 03, 2011 11:46 pm

Thanks for the info

OpenCart :
The best Open Source Cart for eCommerce


User avatar
Active Member

Posts

Joined
Tue Nov 09, 2010 4:25 pm

Post by sheery_uk » Wed Apr 13, 2011 2:50 pm

you need to edit this file for changing the powered by text...
catalog\language\english\common\footer.php

Newbie

Posts

Joined
Wed Apr 13, 2011 2:49 pm

Post by HilalE » Tue May 03, 2011 1:32 pm

Daniel wrote:I'm not really bothered, but it would be nioce to at least leave the powered by in the footer.
I think the least we can do for OpenCart is to leave it in the footer.

If your going to remove it, you should make a donation to OpenCart to compensate.

Newbie

Posts

Joined
Tue May 03, 2011 1:31 pm

Post by azli » Wed May 04, 2011 10:35 am

actually, i m also want to remove the 'powered by' at the first place, but then when i look at the few comment that has been posted by some of u guys, it make me think twice.....

erm, maybe I should live it like that.... ::)

New member

Posts

Joined
Sun Apr 24, 2011 12:19 pm
Who is online

Users browsing this forum: No registered users and 34 guests