Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product listing layout change


tjbailey

Recommended Posts

Posted

The default product listing page shows what appears to be a table with two horizontal columns. The cell on the left contains the product description and the cell on the right contains the product image.

 

The text column is too crowded.

 

I'd like to be able to remove one of the columns so that I can have the product image on top and the description under the image.

 

Is this possible?

 

Thanks for any help I can get (new to all of this).

Posted

find this line of code in product_info.php

 

<?php echo stripslashes($product_info['products_description']); ?>

 

and then above it add this

 

<div style="clear: both;"></div>

Archived

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

×
×
  • Create New...