Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

display products in a list


vwebworld

Recommended Posts

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...