Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why am I getting this box???


Tina

Recommended Posts

Guess its a new products infobox header and border. Try to comment out in catalog/default.php line:

<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

 

Have a nice day

 

Tom

Link to comment
Share on other sites

It's the 'what's new' module that doesn't have anything to display but still creates the box. I think.

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Tina,

If you don't want that to show, I would comment it out instead of deleting it...it's in the default.php and it called default_specials.

Link to comment
Share on other sites

in the php code add a double forward slash before it:

 

include(DIR_WS_MODULES . 'new_products.php');

 

should become

 

// include(DIR_WS_MODULES . 'new_products.php');

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

on second thought it will be alot better to change your module so it only displays itself if there's actually something to display....

 

Can you post the first 10 or so lines from includes/modules/new_products.php ?

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...