this is downloaf from :
http://www.zen-cart.com/index.php?ma...roducts_id=663
since i install IM2, so i change the code a little bit following another post in the forum...however, bit the origin module a my modified version do not display any item image..instead, a blank image is diaplayed
for ($i=1; $i<=sizeof($bestsellers_list); $i++) {
$rp .= '<li> <a href="' . zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' . $bestsellers_list[$i]['id']) . '">' . zen_image(DIR_WS_IMAGES . $bestsellers_list[$i]['name'], $best_sellers->fields['name'], SMALL_IMAGE_WIDTH, SAMLL_IMAGE_HEIGHT) . zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATE, BEST_SELLERS_TRUNCATE_MORE) . '</a></li>' . "\n";




