Guest Posted March 1, 2006 Posted March 1, 2006 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.
gscreations Posted March 1, 2006 Posted March 1, 2006 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.