View Single Post
  #63  
Old 02-25-2008, 09:11 PM
 
jeanne jeanne is offline
 

Advanced Member
  
Join Date: Aug 2004
Posts: 85
 

Default Re: Recently Viewed Mod

For the thumbnail image instead of the larger one use:

prodImage='{include file="product_thumbnail.tpl" productid=$_imageid|default:$product.productid image_x=$product.tmbn_x|default:$config.Appearance .thumbnail_width image_y='100' product=$product.product}';

I also added code to the bottom of products.tpl that shows the categories in the recently viewed list.

<script type="text/javascript">
var p0=('<a href="{$http_location}/home.php?cat={$cat}"><br/><b>{$current_category.category}</b></a><br /><br />');
</script>

Thanks for the code

----

Jeanne
4.1.8
www.jardinediapers.com
Reply With Quote