Community Add-Ons
Column Product Listing
for osCommerce Online Merchant v2.2
Instead of showing the product listing in rows, it shows it in columns of three.
I like this simple condibution that suited my needs.
I found this to be very useful if someone wants to list the column evenly by Percentage.
Follow 3 simple steps.
1. Open " Stylesheet.css "
2. Find (TD.productListing-data)
3. add (width: 10%)
Look like this:
TD.productListing-data {
width: 10%;
border:1px dotted #D5D5D5;
text-align:center;
vertical-align:top;
padding:10 10 10 10;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 13px;
color: #009900;
}
My style may be different, but the idea is add width: 10% or different ratio that fit your needs.
Full Package w/ screen shot.
