martinstan Posted April 24, 2008 Share Posted April 24, 2008 Hi All I'm trying to find a contribution that places the product listing in columns (of say 3) rather than in the single rows that is the default. I spent about 4 hrs installing 'Graphical Borders' thinking this would do it but it doesn't. There are a couple of other contributions that just seem to fall short. Ideally I'd like to be able to add a boxed border to each product too. Any suggestions would be much appreciated. Thanks Link to comment Share on other sites More sharing options...
ruizerwin Posted April 24, 2008 Share Posted April 24, 2008 You need to edit your product_listing.php On the module folder. Try to change the values and you will find your answers.. Erwin D. Padilla Web Developer and Linux Admin Link to comment Share on other sites More sharing options...
pedgette Posted April 24, 2008 Share Posted April 24, 2008 I've used this contribution in two stores so far, http://addons.oscommerce.com/info/112 You can configure the number of columns and several other features. It works very well, I'm very happy with it. Link to comment Share on other sites More sharing options...
martinstan Posted April 25, 2008 Author Share Posted April 25, 2008 Thanks for you replies. Does this contribution allow for adding borders and background colours to individual product columns http://addons.oscommerce.com/info/112 Link to comment Share on other sites More sharing options...
Jan Zonjee Posted April 25, 2008 Share Posted April 25, 2008 Thanks for you replies. Does this contribution allow for adding borders and background colours to individual product columns http://addons.oscommerce.com/info/112 In a way. If you first design the output you want (starting from the output of that contribution) you can add the necessary HTML for the look you designed to the product_listing_col.php file. Link to comment Share on other sites More sharing options...
martinstan Posted April 26, 2008 Author Share Posted April 26, 2008 OK Thanks. I'll install it and have a play. Cheers Link to comment Share on other sites More sharing options...
martinstan Posted April 26, 2008 Author Share Posted April 26, 2008 Link to comment Share on other sites More sharing options...
Jan Zonjee Posted April 27, 2008 Share Posted April 27, 2008 I've tried playing with the code below to get some kind of formatting to the product boxes but no real luck. Look at 7 different views for your product listing table (product_listing.php) to see how you can add HTML to the product listing code. The nr. 6 one is the one closest to your image but unfortunately starts echo'ing html from the product listing like templates do. The number in $product_contents[0] depends on the listing view that is chosen in the admin (so $product_contents[0] is the number one, $product_contents[1] is number two etc.). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.