Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Thumbnails in Category Listing


hobbes747

Recommended Posts

Posted

Can someone point me to where the code generates from for the Category Listing? I'm wanting to add thumbnails to this page.

 

I found this on 138 of index.php, but I'm not sure if it's the right place and if it is what to add to it to make the thumbnail show up, say, in the middle.

 

for ($col=0; $col<sizeof($column_list); $col++) {

if ( ($column_list[$col] == 'PRODUCT_LIST_BUY_NOW') || ($column_list[$col] == 'PRODUCT_LIST_PRICE') ) {

continue;

}

 

Sorry if it's answered a million times; I'm having a hard time searching for it.

  • 1 year later...

Archived

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

×
×
  • Create New...