Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Including line seperators between products


jared

Recommended Posts

Does anyone know how to do this rather than just have it break to a new line?

 

 

i.e.

 

product 1 (image) description price

..................................

 

product 2 (image) description price

..................................

 

product 3 (image) description price

..................................

 

product 4 (image) description price

..................................

Link to comment
Share on other sites

In catalog/product_info.php at about line 111 in my (modified) version there is an echo that includes <br>. If you were to replace that with <br>----------<br> or some thing similar that should do. Also, I believe there is an <HR> that generates a horizontal rule that can be used in place of the <br>, but it may go all the way across the table area. (As you can tell I'm very weak on both php and html.)

Link to comment
Share on other sites

charleyshipman: Thanks for your reply. I'm trying to add white space between the product listings in catalog/index.php, I think the file called is catalog/includes/modules/product_listing.php.

 

Thanks,

EricK

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...