Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

a little quick help...


eko

Recommended Posts

:thumbsup: hello all !

I want to remove the OSCOMMERCE banner at the botom.

 

how can I do this..

 

note:

I know there is a way to remove the text link but i dont want to do this I just want to remove the banner as I want to keep my page height minimal.

 

THANK u..

 

p.s

I know this is a noob question but iam a noob

Link to comment
Share on other sites

catalog/includes/footer.php

 

<?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

}

*/

?>

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

uhmmmmmmmm yeah you know I thought BOLDING it was enough in a file of only a few lines

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...