Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change index to display specials rather than new products


Guest

Recommended Posts

Posted

Im looking to change the look of the main page of the store from displaying new products at the bottom. I would rather display the specials instead. I found the following line in index.php:

 

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

 

I know I'm getting close, but not quite there. Any help would be appreciated.

Posted
Im looking to change the look of the main page of the store from displaying new products at the bottom. I would rather display the specials instead. I found the following line in index.php:

 

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

 

I know I'm getting close, but not quite there. Any help would be appreciated.

 

yes replace that with:

 

<td><?php include(DIR_WS_BOXES . 'specials.php'); ?></td>

Archived

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

×
×
  • Create New...