View Single Post
  #34  
Old 11-28-2006, 02:15 PM
 
mrkenzie mrkenzie is offline
 

Senior Member
  
Join Date: May 2006
Posts: 182
 

Default Re: create thumbs from large image

You are right. I did not notice it because I am not using the multi-column format for my product listings.

So find this line of code:
Code:
<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_page}">{include file="product_thumbnail.tpl" .... }
and add this before the }
Code:
tmbn_path_p=$products[product].p_image_path tmbn_link="false" tmbn_width="100"

That should fix it.

Thanks for pointing that out!

Let me know if it does not work for you.
__________________
Mike Kenzie
X Cart Gold Ver. 4.1.3
X-RMA
X-AOM
X-Product Comparison
Reply With Quote