Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem with main page


yungpot

Recommended Posts

Posted

the default main page in the $content area for oscommerce contains:

 

Welcome name

 

Message

 

List of products

 

 

How do i get rid of the list of products in my main page? I've been trying to figure this out for a while now. Thanks

Posted

If you mean the new products for april box look in catalog/index.php for:

<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

at line 121 and 313

 

The_Bear

Posted

Dont delete it, just comment it out like this:

//php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);

 

The_Bear

Archived

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

×
×
  • Create New...