Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

formating the all products page


lucilue2003

Recommended Posts

Posted

when you click on product listing under the catalog it displays all the products under that one category. And every product is either an odd or even product.

In other words the definition is here :

<tr class="productListing-odd">

<tr class="productListing-even">

 

now in the above they define a background color that makes both of them distinguished. However i want to specify a border color for both of them. And as i remember a border color can only be set on a table not on a <tr> or <td>

 

so MY QUESTION IS can you please direct me to what line specifies the above code so that i can add <table border=1 bordercolor=somethign>

 

thanks.

Posted

I'm not positive on this, but I'm pretty sure that it is actually defined in the stylesheet.css file.

Everyother table and box is defined in the stylesheet.

Posted

Yes the colors are definded in the .css file. However, i want to know where the acutal code (.php file) is located. If i know the name of this file then i can modify some code to add more tables and stuff....

 

thanks.

Posted

includes/modules/product_listing.php

 

Hth,

Matt

Archived

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

×
×
  • Create New...