I have installed in my Zen Cart the "Column Layout Grid for Product Listing" that you can download in the downloads area.
What my issue is this:
I have my products displayed - I won't have separate pages - all products will be displayed on one page. Say I have 50 products. I want them to be able to scroll through them horizontally. Well I currently have messed with my style sheet altering the following:
#productListing {
width:10500px;
}
That allows up to 50 products to be displayed while I have the page: includes/modules/my_template/product_listing.php on line 241 altered. This will display my products as 2% of 10500 per product.
What I want to figure out how to do is to display this dynamically. Based on how many products are in a category it will change the stylesheet from 10500px wide to a different size while also changing the product_listing.php to a new percentage of that whole.
I'm not sure if anyone will be able to help me out. But it would make a nice new look to most carts.
To see what I have it displayed as currently please visit http://www.bk-clothing.com/clothing/.
If you have troubles understanding what I am trying to do - just ask. I will try my best to explain. I like to make things difficult so I don't figure this is possible/easy. One or the other...




