View Single Post
  #14  
Old 10-29-2007, 10:24 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!

I did add the bestsellers mod to 4.18.

I was having errors thrown from the addition of the following code to the bestsellers.php.

-------------------------------------------------------------------------------------------------

foreach ($bestsellers as $i=>$item) {
$bestsellers[$i]["tmbn_url"] = func_get_image_url($item[productid],"T");
}

$smarty->assign("bestsellers",$bestsellers);


---------------------------------------------------------------------------------------------------

Since it didn't make sense to me on why this was added, I just left the original code on that page and modified the .tpls. (Appears to work fine.)

http://www.naplesvalley.com/


PS. I didn't try the "recommends" mod.
__________________
4.0x - 4.5x
Reply With Quote