Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Flow Chart of Application Process?


breezy

Recommended Posts

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

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 ;-)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...