Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help removing some items...


MrPat

Recommended Posts

I would like to remove some items and i am having some trouble finding them.

Can anyone tell me where i need to go to remove the following:

 

1. The "What's New Here?" on the main page

 

2. The osCommerce banner at the bottom of main page (subsequent pages if applicable)

 

3. The "Laptop" guy towards the upper right of page

 

4. All three icons/links at the upper most right of page. The "My Account","Shopping Cart", & "Checkout" icons.

 

5. The "New Products For February" infobox towards bottom of main page.

 

Thanks

 

MrPat

Link to comment
Share on other sites

I would like to remove some items and i am having some trouble finding them.

Can anyone tell me where i need to go to remove the following:

 

1. The "What's New Here?" on the main page

 

index.php - remove:

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td

 

2. The osCommerce banner at the bottom of main page (subsequent pages if applicable)

 

includes/footer.php - remove

 

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

 

3. The "Laptop" guy towards the upper right of page

 

in index.php remove:

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

 

4. All three icons/links at the upper most right of page. The "My Account","Shopping Cart", & "Checkout" icons.

 

header.php

 

5. The "New Products For February" infobox towards bottom of main page.

 

It's late can't think

 

Thanks

 

MrPat

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...