justpete Posted January 22, 2005 Posted January 22, 2005 Hi. How do I remove the main OSCommerce picture and replace it with the picture of my store? Sorry if this is a stupid question but i'm a newbie. Cheers
justpete Posted January 22, 2005 Author Posted January 22, 2005 Furthermore, how can I remove the banner below?
sc00zy Posted January 22, 2005 Posted January 22, 2005 Hi. How do I remove the main OSCommerce picture and replace it with the picture of my store? Sorry if this is a stupid question but i'm a newbie. Cheers <{POST_SNAPBACK}> Search for oscommerce.gif in includes/header.php and replace it with your own header image. "Resistence is Futile"
sc00zy Posted January 22, 2005 Posted January 22, 2005 Furthermore, how can I remove the banner below? <{POST_SNAPBACK}> Go to includes/footer.php and remove the lines: <?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> "Resistence is Futile"
justpete Posted January 22, 2005 Author Posted January 22, 2005 Thanks a lot, very grateful for your assistance.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.