View Single Post
  #1  
Old 07-14-2008, 06:12 PM
 
sparrowdog sparrowdog is offline
 

eXpert
  
Join Date: Jan 2007
Posts: 244
 

Default Change Image Displayed on Wish List page

When someone is viewing the Wish List page, the image that displays is the large image (that appears on the Product Page) and not the thumbnail image (that appears on the category pages).

After sniffing through the code, I have discovered the following.

Wishlist template file - modules/Wishlist/wishlist.tpl
which calls on modules/Wishlist/wl_products.tpl
which in turn calls on product_thumbnail.tpl

The page that shows the categories also calls on the product_thumbnail.tpl too, but one displays the thumbnail and one displays the larger version.

How do I get the thumbnail image to display when viewing a Wish List?

v4.1.10
__________________
Version 4.1.6 to 4.1.11
Reply With Quote