Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with pages please


kruiser69

Recommended Posts

Posted

Hi kruiser69.

 

Open catalog/default.php and look for these lines at the bottom:

          <tr>

           <td class="main"><?php echo tep_customer_greeting(); ?></td>

         </tr>

         <tr>

           <td class="main"><br><?php echo TEXT_MAIN; ?></td>

         </tr>

         <tr>

           <td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

         </tr>

<?php

   include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);

?>

The tep_customer_greeting text is defined in your languages/english.php and can be empty or several pages long (up to you).

The TEXT_MAIN is defined in languages/english/default.php and can also be several pages long.

Then change:

<td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

to

<td></td>

and delete this:

<?php

   include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);

?>

HTH

Best Regards

olby

Posted

Hi again.

 

No - restore your catalog/default.php to the original. That should do it, unless you've tampered with your catalog/includes/header.php too.

If so you have to restore that one too.

HTH

Best Regards

olby

Archived

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

×
×
  • Create New...