ukcomput Posted August 4, 2005 Share Posted August 4, 2005 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 More sharing options...
♥Vger Posted August 4, 2005 Share Posted August 4, 2005 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 More sharing options...
ukcomput Posted August 4, 2005 Author Share Posted August 4, 2005 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 <{POST_SNAPBACK}> so i just delete them 3 lines of coding? Link to comment Share on other sites More sharing options...
♥Vger Posted August 4, 2005 Share Posted August 4, 2005 Yes. edit: Sorry, you need to delete the closing bracket also: <?php } ?> Vger Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 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 More sharing options...
ukcomput Posted August 4, 2005 Author Share Posted August 4, 2005 I've deleted the banner from tools>banner manager but it still appears? there are no banners left so i'm a little confused... Link to comment Share on other sites More sharing options...
ukcomput Posted August 4, 2005 Author Share Posted August 4, 2005 Yes. edit: Sorry, you need to delete the closing bracket also: <?php } ?> Vger <{POST_SNAPBACK}> 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 More sharing options...
ukcomput Posted August 4, 2005 Author Share Posted August 4, 2005 Help any one!? :( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.