Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i not display specials/what's new infobox?


Shiva39

Recommended Posts

I don't what my index page to display the following infobox. What's new and Special

 

Please tell me how...

Will this affect the position of other infobox?

 

 

either in includes/column_left.php or column_right.php there are these lines:

 

include(DIR_WS_BOXES . 'specials.php');

 

require(DIR_WS_BOXES . 'whats_new.php');

 

 

just take them out or put // infront of them

Treasurer MFC

Link to comment
Share on other sites

either in includes/column_left.php or column_right.php there are these lines:

 

  include(DIR_WS_BOXES . 'specials.php');

 

require(DIR_WS_BOXES . 'whats_new.php');

just take them out or put // infront of them

 

 

Thank you :)

 

BTW I still can't get the email to work. I don't know why

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...