Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

elimination of notifications table


carpenoctem

Recommended Posts

Comment out the 2 listings in catalog/includes/column_right.php:

 

//include(DIR_WS_BOXES . 'product_notifications.php');

 

About line 26 and line 32

Link to comment
Share on other sites

Look at includes/column_right.php

 

Find:

 

    } else {
     include(DIR_WS_BOXES . 'product_notifications.php');
   }

 

Delete it.

 

This is simply cuts out the code that requests the Notifications box.

 

Regards,

Richard

Cheers,

Richard

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...