Hey people!
How can i change the text in the footer?
The original text is:
Copyright © 2003 osCommerce
Powered by osCommerce
more a oscommerce banner
i want to change to:
Copyright © 2005 My Store's name
Powered by osCommerce
and without those oscommerce banner
I don't find the place to change this.
Thanks to any help
Latest News: (loading..)
How change the footer text?
Started by 2020, Sep 23 2005 02:38 PM
5 replies to this topic
#1
Posted 23 September 2005 - 02:38 PM
#2
Posted 23 September 2005 - 02:42 PM
includes\languages\english.php around line 333
at the bottom
at the bottom
define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');
?>
Edited by batteryrat, 23 September 2005 - 02:42 PM.
Vertical Climb watch me loose grip an plumit!!
#3
Posted 23 September 2005 - 02:47 PM
incudes/footer.php around line 49 reads
REPLACE It WITH
if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
}
?>
REPLACE It WITH
Quote
/* if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
}
?>
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
}
?>
Vertical Climb watch me loose grip an plumit!!
#4
Posted 24 September 2005 - 05:11 AM
Thanks... no problem to change the "copyright" but when i changed the footer ( i don't changed in the file structure, but in a word pad and after upload it) appear this message:
Warning: Unterminated comment starting line 49 in /home/faww/public_html/catalog/includes/footer.php on line 49
Without banner but with this message.. what can i do?
Warning: Unterminated comment starting line 49 in /home/faww/public_html/catalog/includes/footer.php on line 49
Without banner but with this message.. what can i do?
#5
Posted 24 September 2005 - 05:14 AM
oh no problem anymore.. the code may be thus:
Thanks guy!
Quote
<?php
/* if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
}
?>
*/
/* if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
}
?>
*/
Thanks guy!
#6
Posted 24 September 2005 - 05:22 AM
2020, on Sep 24 2005, 01:11 AM, said:
Thanks... no problem to change the "copyright" but when i changed the footer ( i don't changed in the file structure, but in a word pad and after upload it) appear this message:
Warning: Unterminated comment starting line 49 in /home/faww/public_html/catalog/includes/footer.php on line 49
Without banner but with this message.. what can i do?
Warning: Unterminated comment starting line 49 in /home/faww/public_html/catalog/includes/footer.php on line 49
Without banner but with this message.. what can i do?
You can simple delete the banner in Administration at the bottom under 'Tools" in Banner Manager.
For your own copyright you can change that in the same 'Tools' in 'Define Languages' clicking on english.php. Scroll right down to the bottom and change the text.
Please leave this comment intact together with the
following copyright announcement.
*/
define('FOOTER_TEXT_BODY', 'Copyright© 1998 - 2005 - ECG Naturals - All Rights Reserved <br><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');
?>
I changed mine as above, you can view it at www.ecgnaturals.com/store









