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

eXpert
  
Join Date: Dec 2003
Location: Orlando, FL
Posts: 207
 

Default Re: create thumbs from large image

Nope no go. This is what I ended up with..

Code:
<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_page}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url tmbn_path_p=$products[product].p_image_path tmbn_link="false" tmbn_width="100"}</a>

Quote:
Originally Posted by mrkenzie
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.
__________________
X-Cart Gold various versions
Tahoe Web Design

WebsiteCM.com - We recommend WebsiteCM
Reply With Quote