Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick images question


akmac

Recommended Posts

Hi All,

 

I just installed the above mod. Works like a charm-except it kills the page load time with all the full size images loading as itty bitty thubnails.

 

I have a thumbnailer installed that automatically resamples my images down, and would like to configure this mod to pull the smaller images from my images/small directory instead of the full size images from the images/ directory.

 

The code now reads:

 

<td class="dataTableContent"><?php echo tep_image(DIR_WS_CATALOG_IMAGES . $products['products_image'], $products['products_name'], 30, 30); ?></td>

 

I changed it to:

 

<td class="dataTableContent"><?php echo tep_image(DIR_WS_CATALOG_IMAGES_SMALL . $products['products_image'], $products['products_name'], 30, 30); ?></td>

 

But that effectively broke it. What did I do wrong?

Quidquid latine dictum sit, profundum viditur.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...