vwebworld Posted June 23, 2006 Share Posted June 23, 2006 I want to display the products on a category or a search result in a single column (1 item per row) rather than 3 items per row. Can someone point me to tha section of PHP that controls that? THanks, ROland Link to comment Share on other sites More sharing options...
Guest Posted June 23, 2006 Share Posted June 23, 2006 look in your catalog\includes\modules\product_listing.php Link to comment Share on other sites More sharing options...
UncleSteve Posted June 23, 2006 Share Posted June 23, 2006 look in your catalog\includes\modules\product_listing.php Which line should I change/modify and to what? Thanks ____________________________________________________________________ ____________________________________________________________________ Link to comment Share on other sites More sharing options...
Guest Posted June 23, 2006 Share Posted June 23, 2006 the default osc has one item per row. You can see exactly how the code is. http://www.oscommerce.com/solutions/downloads Link to comment Share on other sites More sharing options...
UncleSteve Posted June 23, 2006 Share Posted June 23, 2006 the default osc has one item per row. You can see exactly how the code is.http://www.oscommerce.com/solutions/downloads Thanks for that Mark. Straight over my head :( ____________________________________________________________________ ____________________________________________________________________ Link to comment Share on other sites More sharing options...
vwebworld Posted June 24, 2006 Author Share Posted June 24, 2006 the default osc has one item per row. You can see exactly how the code is.http://www.oscommerce.com/solutions/downloads Thanks, that was simple enough... to use the default. Excellent! ~Roland Link to comment Share on other sites More sharing options...
vwebworld Posted June 24, 2006 Author Share Posted June 24, 2006 Thanks for that Mark. Straight over my head :( UncleSteve, Mark's response provided a link to a source of the default oscommerce files. From where you could download the default files. In my case - I was using a template that had the products displayed 3 to a row. By changing the catalog\includes\modules\product_listing.php file from the one that came with the template to the "default" osCommerce product_listing.php file... the products are displayed one per row. ~Roland Link to comment Share on other sites More sharing options...
vwebworld Posted June 25, 2006 Author Share Posted June 25, 2006 At the top of the left column it says "Name+ :T" I want it just to say "Name". How do I fix that? ~Roland Link to comment Share on other sites More sharing options...
UncleSteve Posted June 25, 2006 Share Posted June 25, 2006 UncleSteve, Mark's response provided a link to a source of the default oscommerce files. From where you could download the default files. In my case - I was using a template that had the products displayed 3 to a row. By changing the catalog\includes\modules\product_listing.php file from the one that came with the template to the "default" osCommerce product_listing.php file... the products are displayed one per row. ~Roland Thanks Roland, I can see where he's coming from now. ____________________________________________________________________ ____________________________________________________________________ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.