keress Posted November 25, 2003 Share Posted November 25, 2003 I've figured out how to make my catalog look like my other html pages, now I'm trying to change all the pages to conform, and I can't find one of them. It's the page that opens when you click on any product. http://www.greattradingpath.com/catalog2/ It opens to http://www.greattradingpath.com/catalog2/index.php/cPath/21, and I can't figure out what file that's referring to. Anybody know? Link to comment Share on other sites More sharing options...
Guest Posted November 26, 2003 Share Posted November 26, 2003 index.php actually has three different displays based on the situation (the welcome page, category list, product list). It looks like you have already changed the welcome page. Much of the code for the product list comes from includes/modules/product_listing.php. Look at the line: <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> However, the page you are showing is for the 'nested' case and all the code will be in index.php itself. Hth, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.