I've got a quick questions for magento experts. I would like to make changes on the PHP core of magento.
I want to add details on product listings, the details will depends on each product, and I want to display the extra details on the catalog list, so it involves the database & PHP.
So my questions is - where can do this? I am not familiar with the magento file structure and I need this rush, I hope I'll have time to study its structure but it will probably take more time than my deadline.
Take note that I am talking about the admin product list, not the customer carting.
You can probably do all of that logic in /template/catalog/product/view.phtml, if is the detail page. If its the category page it would be /template/catalog/product/list.phtml. Either way it would be the same.
Define .blue-background and .red-background in a CSS file.
Then use $newClass in what ever html element you want to apply your background to. This probably should be part of a custom module a method, but this should you going quick.