yungpot Posted April 14, 2004 Posted April 14, 2004 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
Guest Posted April 14, 2004 Posted April 14, 2004 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
yungpot Posted April 14, 2004 Author Posted April 14, 2004 what part of that command would i have to edit? or do i just delete that line?
Guest Posted April 14, 2004 Posted April 14, 2004 Dont delete it, just comment it out like this: //php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.