Contributions
Column Product Listing
Instead of showing the product listing in rows, it shows it in columns of three.
Expand All / Collapse All
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.
This is a tiny update to get this mod working with MS2.
Fixed a litle bug oscommerce2.2...
$listing_split = new splitPageResults($listing_sql, $HTTP_GET_VARS['page'], MAX_DISPLAY_SEARCH_RESULTS, 'p.products_id');
just replace the file, this works only in the oscommerce2.2 version....
To list products on the catalog side in columns instead of rows.
Instead of showing the product listing in rows, it shows it in columns of three.
Note: Contributions are used at own risk.