View Single Post
  #5  
Old 07-11-2005, 08:26 AM
 
darr darr is offline
 

Member
  
Join Date: Oct 2004
Posts: 29
 

Default Solution

Thank you Shan, it worked!

From customer\main\product.tpl remove from line 23:

Code:
image_x=$config.Appearance.thumbnail_width

Before:
Code:
<A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}">{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} {$lng.lbl_see_details}</A>

After:
Code:
<A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}">{include file="product_thumbnail.tpl" productid=$products[product].productid product=$products[product].product tmbn_url=$products[product].tmbn_url} {$lng.lbl_see_details}</A>

The thumbnail sizes on the Product List now matches the thumbnail sizes on the Product Page.

Thank goodness for the forum!!

Darlene
__________________
xcart 4.5.0
Reply With Quote