View Single Post
  #18  
Old 12-03-2007, 01:10 PM
  rubberneck's Avatar 
rubberneck rubberneck is offline
 

Senior Member
  
Join Date: Feb 2003
Posts: 161
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Ok, I figured it out on my own and wanted to share for others.

replaced
Quote:
leftrightslide[{counter}]='{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}'

with:

Quote:
leftrightslide[{counter}]='<a href=product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}>{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}</a>'
__________________
--
Version 4.0.17 Gold
Version 4.1 Gold
Version 4.4 Gold
Reply With Quote