Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing TABLE_HEADING_NEW_PRODUCTS


mihackler

Recommended Posts

Posted

I am inquiring to find out how to remove the TABLE_HEADING_NEW_PRODUCTS on top of the new products box. I cannot find the location of this anywhere. Thank you!

 

Mike

Posted

If you would like to remove the whole table heading ie the bar look about 3/4 the way down in the index.php and remove the line of code that has it. If you want to remove the text only go to includes/lag/ur_lag/index.php

 

Hope this helps

Posted
If you would like to remove the whole table heading ie the bar look about 3/4 the way down in the index.php and remove the line of code that has it. If you want to remove the text only go to includes/lag/ur_lag/index.php

 

Hope this helps

 

Thanks, helped alot. How do I remove the whole table completely? Can't find the location of the code. Thanks again!

Posted

its in the catalog\includes\modules\new_products.php Thats the module box that appears on the front page

 

Comment out this code in the file in order to remove just the header:

  new contentBoxHeading($info_box_contents);

Archived

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

×
×
  • Create New...