View Single Post
  #141  
Old 10-13-2009, 06:21 AM
 
siobahn siobahn is offline
 

Newbie
  
Join Date: Oct 2009
Posts: 3
 

Default Re: Recently Viewed Mod

For those struggling with thumbnails; I hacked it up a little....
In the product.tpl file, I replaced the code with:

Code:
<script type="text/javascript"> prodImage='<img src="{$product.image_url}"/>'; prodName='<{$product.product}>'; var p0=('<br/><a href="'+document.URL+'">{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}<br/>{$product.product}</a><br/>${$product.taxed_price}<br/>'); </script>

Works for me now (NOTE: I have the "Recently Viewed" section on the right side...)
__________________
X-Cart 4.2.2
Reply With Quote