Post by Brando753 » Fri Oct 14, 2011 4:32 pm

Hey Everyone,

Thanks for the amazing software and work you have put into making it. I was wondering how one could remove the powered by opencart link sent in emails. I do not mind keeping a link in the footer of my website but I really do not want it being sent in emails. How would I remove it?

Thanks,

Brando753

Newbie

Posts

Joined
Fri Oct 14, 2011 4:27 pm

Post by uksitebuilder » Fri Oct 14, 2011 4:42 pm

edit catalog/view/theme/default/template/mail/order.tpl

remove

<p><?php echo $text_powered; ?></p>

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by chaiavi » Thu Oct 27, 2011 6:08 am

Actually, It will only work on versions: 1.5 and later.

Older versions need an other tweak.

A simple VQMod extension is now available on the extension department:
http://www.opencart.com/index.php?route ... on_id=3693


It's the easiest solution for removing the "Powered by" from the emails as from the footer.

A simple way (VQMod) of removing the "Powered by" From the emails and footer
Optimize and Speedup your open cart ( great for SEO )
List of all of my extensions

שיעורי וידאו חינם בשוק ההון


User avatar
New member

Posts

Joined
Fri Jun 03, 2011 4:59 pm
Location - Israel

Post by Degsey » Fri Dec 02, 2011 9:04 am

I disagree $10 for 2 lines of code to be removed is outrageous.

It seems that some people on this forum want to sell you their help on a simple project like this. :crazy:

Live Long and Prosper!

Degsey :-]

Visit us at :

http://www.Supreme-Ink.com


User avatar
New member

Posts

Joined
Sun Jun 12, 2011 2:29 am
Location - North Carolina

Post by fido-x » Fri Dec 02, 2011 10:50 am

Degsey wrote:... $10 for 2 lines of code to be removed is outrageous.
I agree with that.

For 1.4.9.x, the file you're looking for is "catalog/view/theme/default/mail/order_confirm.tpl". At line 125, you will find:

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>
Replace with:

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></td>

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by bimbambum » Thu Apr 19, 2012 8:56 pm

can anybody tell me if it is allowed - and if so - how to remove "Powered By OpenCart" in the frontend?

hx

Newbie

Posts

Joined
Tue Aug 16, 2011 8:19 am

Post by MarketInSG » Thu Apr 19, 2012 9:16 pm

It's allowed. You can do so by editing catalog/view/theme/default/template/common/footer.tpl


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by labeshops » Thu Apr 19, 2012 10:25 pm

Even easier is just to change the powered by text in your language file. I changed mine to my standard email signature with store info.

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by cheapwebsite4u » Fri Apr 20, 2012 1:54 am

Labeshos Hi there!

Could you tell me how did you do it I am jut new on OpenCart and in webmastering

thanks


Posts

Joined
Fri Apr 20, 2012 1:48 am

Post by labeshops » Fri Apr 20, 2012 7:01 am

Honestly, I don't remember which language file it was in, but I went thru each and every language file and customized them (Americanized them for one thing). I think it was in mail/order.php but I went thru every file.

Go thru the catalog/language files and make any tweaks you want. Anything in this section will apply to all stores regardless of template used so is the easiest way I've found to customize a lot of text in my stores.

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by nil2567 » Mon Jul 23, 2012 9:20 pm

or you can see this module to do that:
http://www.opencart.com/index.php?route ... on_id=7403
it changes the powered to what you want and you can use your website link or email

New member

Posts

Joined
Wed Oct 13, 2010 11:47 pm

Post by parkookk » Sun Jan 27, 2013 12:58 am

Instead of going through all the pages that have "Powered by OpenCart" you can change the text reference in the location below and all the pages that look for powered they now show your preferred name.

find

$_['text_powered']

in

catalog/language/english/common/footer.php

find

$_['text_new_powered']

in

catalog/language/english/mail/order.php

and change it.

to change the size and font go to

catalog/view/theme/yourtemplate/stylesheet/stylesheet.css

find #powered

;)

User avatar
Active Member

Posts

Joined
Thu Jan 17, 2013 11:56 pm
Location - london

Post by GilWarren » Sat Feb 23, 2013 3:18 pm

You can just remove the Powered by Opencart by simply opening this file and look for the first line code in the picture below near the bottom and remove or comment it.

catalog > view > theme > YOUR THEME > template > common > footer.tpl

Newbie

Posts

Joined
Sat Feb 23, 2013 3:13 pm

Post by fedrik » Sun Feb 24, 2013 11:24 am

Yes, Done Success , just change to your side easy , no need delete any text .

GO to : catalog/language/english/mail/
find " open cart , than change to your site name , than done .

Newbie

Posts

Joined
Sun Feb 27, 2011 10:51 pm

Post by jdiai » Sun Feb 02, 2014 7:38 pm

fedrik wrote:Yes, Done Success , just change to your side easy , no need delete any text .

GO to : catalog/language/english/mail/
find " open cart , than change to your site name , than done .
this worked flawlessly for me. i use opencart 1.5.6. thank you so much :dance:

Newbie

Posts

Joined
Tue Nov 12, 2013 11:30 pm

Post by i7racing » Thu Jun 26, 2014 4:36 am

Thank you for the fix.

Newbie

Posts

Joined
Sun Jun 15, 2014 2:12 am

Post by aryanebert » Sun Jul 27, 2014 8:15 pm

Easy fix for changing the powered by opencart in email
catalog\language\english\mail\order.php

Find this on line 29
$_['text_new_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a>.';

replace with
$_['text_new_powered'] = 'Powered By <a href="http://www.yoursite.com">yousitename</a>.';

Newbie

Posts

Joined
Thu Dec 12, 2013 5:19 pm

Post by rudyferraz » Thu Dec 04, 2014 12:07 pm

I found by searching this: -> catalog/language/english/common/footer.php

Line 17: $_['text_powered'] = 'Powered By <a href="http://www.mysite.com">My Site</a><br /> %s &copy; %s';

Newbie

Posts

Joined
Sun Feb 02, 2014 11:10 am

Post by amas » Thu Feb 11, 2016 9:16 am

I want to know if any one knows how to do it in the 2.1.0.2 Removing "Powered By Open Cart" from emails and the website as well?

Newbie

Posts

Joined
Thu Feb 11, 2016 8:26 am
Who is online

Users browsing this forum: No registered users and 68 guests