redfoxmedia Posted February 8, 2008 Posted February 8, 2008 can anyone please tell me how I can make the default index page display the catalogue? i.e I need the default index page to be this one: index.php?cPath=0 which displays the category items, instead of the page that displays the "new products for..." does anyone know a way of changing this?
usernamenone Posted February 9, 2008 Posted February 9, 2008 OK, your index.php page MUST be your index page or as you put it your default index page. If you don't like your new products of the month on your index.php file then you must remove them Lines 313 to 315 of index.php Remove this code. <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Then you must find the code from what ever page you want to add to your index.php file or page.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.