View Single Post
  #13  
Old 02-19-2005, 02:47 PM
 
walteis walteis is offline
 

Advanced Member
  
Join Date: Jan 2003
Location: USA
Posts: 65
 

Default

Ok, got it to work, but it's really, really ugly.

In mail/html/sendall2friend.tpl add this code:
Code:
<!-- { if $smarty.section.num.first} {include file="product_thumbnail.tpl" productid="xxxxxx" image_x=$wl_products[0].image_x image_y=$wl_products[0].image_y product=$wl_products[0].product full_url="Y" id="product_thumbnail"} {/if } -->

where xxxxxx is a product that we no longer sell but is still in the database. In reality, xxxxxx just has to be a product ID that is NOT in the products array coming into the wishlist. I chose an old product to ensure that it would never be in that array.

I don't like this kludge one bit, but working is better than not working, eh?

Walt
__________________
X-cart Gold 4.1.7 on Linux/Apache.
Reply With Quote