Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Site, need help with tweaks!


ukcomput

Recommended Posts

Hey all!

 

I've just set up a computer store via osCommerce;

Site

How do i remove the advertisinng banner at the bottom of the page? I don't want to ask my host because they will no doubt refuse! I don't mind a link to there website, but the big banner at the bottom...? what do i gain from it lol. any way, i do talk too much :-" , so can any1 help me?

 

Thanks,

Mick

Link to comment
Share on other sites

Go to your osCommerce admin panel, select Tools, then Banner Manager and then delete the banner that your hosting company so cheekily placed on your website.

 

You can remove the code for the banner in includes/footer,php

 

<?php
 if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>

 

Vger

Link to comment
Share on other sites

Go to your osCommerce admin panel, select Tools, then Banner Manager and then delete the banner that your hosting company so cheekily placed on your website.

 

You can remove the code for the banner in includes/footer,php

 

<?php
?if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>

 

Vger

 

so i just delete them 3 lines of coding?

Link to comment
Share on other sites

you can delete the banner or you can delete the code, if you delete the code then no banners at all would be able to be used. personally i delete the banners leaving the code intact.

Link to comment
Share on other sites

Yes.

 

edit:

 

Sorry, you need to delete the closing bracket also:

 

<?php

  }

?>

 

Vger

 

Ok, i've deleted the banner from the banner manager, and i've also deleted the codingand now it gives an error message

 

TEP ERROR! (tep_display_banner(static, ) -> Banner with ID '' not found, or status inactive

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...