Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do i remove whats new box on main page


photogifts

Recommended Posts

Posted
hiya how do i remove whats new box on main page thanks scott

 

 

If you are talking about the big box in the middle then go to your index.php file and comment out the code that calls for the box.

 

If you are talking about the little box on the left then to your includes/column_left.php and do the same

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
hiya yeh its big box what comment do i remove thanks

 

 

Change

 

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

 

to

 

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

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...