Notifications
Clear all

Removing the "Powered By OpenCart"

1 Posts
1 Users
0 Reactions
151 Views
(@cipher5)
Posts: 152
Member Admin
Topic starter
 

[URL] http://forum.opencart.com/viewtopic.php?t=3774 [/URL]

You can REMOVE the “Powered by Opencart”.

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

Code:

[PHP]
<?php
// Text
$_['text_powered_by'] = 'Powered By OpenCart
%s © %s’;
?>

[/PHP]

For good measure, go to
catalog/language/english/mail/order_confirm.php.

Find

Code: $_[‘text_powered_by’] = ‘powered by’;

change toCode:
$_[‘text_powered_by’] = ‘ ‘;

 
Posted : 17/02/2020 12:44 pm
Share: