How to Remove "Powered by Oscommerce" Link
In this article i will explain you How to Remove-Powered by Oscommerce
Open up includes/footer.php
Find the following code and remove;
That's it
Then one question arrive where would you find the actual text so as I can change it to something else
In catalog/includes/languages/whateveryourlanguage.php
For example at the bottom of catalog/includes/languages/english.php you will find:
Open up includes/footer.php
Find the following code and remove;
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
</tr>
</table>
That's it
Then one question arrive where would you find the actual text so as I can change it to something else
In catalog/includes/languages/whateveryourlanguage.php
For example at the bottom of catalog/includes/languages/english.php you will find:
define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . '
<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a>
<br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');