View Single Post
  #12  
Old 10-19-2007, 08:55 AM
 
Chris B Chris B is offline
 

eXpert
  
Join Date: Oct 2002
Posts: 226
 

Default Re: Need help configuring "Best Sellers" module to call thumbnail images via filesystem!

In order to keep the markup valid while using this mod...

In the bestsellers.tpl change:

<a href="product.php?productid={$bestseller.productid }&cat={$cat}&bestseller">

to

<a href="product.php?productid={$bestseller.productid }&amp;cat={$cat}&amp;bestseller">


and in the recommends.tpl change:

<a href=product.php?productid={$recommends[num].productid}&cat={$cat}&page={$navigation_page}>

to

<a href=product.php?productid={$recommends[num].productid}&amp;cat={$cat}&amp;page={$navigation_p age}>
__________________
4.0x - 4.5x
Reply With Quote