breezy Posted August 23, 2006 Share Posted August 23, 2006 Right now I am trying to find the code for the table that displays the new products on the index page. I found products_new.php but there is no HTML in that to edit. I would like to assign a class to that table and format it differently thru the css. But more than that I need a better understanding of how the program is structured and how to find pieces as I need to. Thanks! Link to comment Share on other sites More sharing options...
jasonabc Posted August 23, 2006 Share Posted August 23, 2006 This file is is /catalog/includes/boxes/whats_new.php. This in turn instantiates a constructor PHP class which is here: /catalog/includes/classes/boxes.php. This writes out all the infoboxes on the site. Be careful in this file though - it's not for the faint hearted ;-) Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
breezy Posted August 26, 2006 Author Share Posted August 26, 2006 Hi Thanks. How about the box that appears in the middle of the page with all the products added this month? Link to comment Share on other sites More sharing options...
jasonabc Posted August 26, 2006 Share Posted August 26, 2006 /catalog/includes/modules/new_products.php Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.