Hi ETInteractive,
Would you be so kind and help the us, the code-challenged people, in getting this done? I've tried to looked in the two files you mentioned below, but didn't quite understand what needs to be replaced.
This is the same issue I have with the "Best Sellers" module as well. It is calling all the thumbnails via the "image.php" file. Very, very slow.
http://forum.x-cart.com/showthread.php?t=25194
My guess is that we have to replace this code
Code:
<a href=product.php?productid={$recommends[num].productid}&cat={$cat}&page={$navigation_page}>{include file="product_thumbnail.tpl" productid=$recommends[num].productid image_x=80 product=$recommends[num].product tmbn_url=$recommends[num].tmbn_url}
With something similar like this one (from the Manufacturer template). But I haven't be able to figure the exact syntax format yet.
Code:
<A href="manufacturers.php?manufacturerid={$manufacturers[mid].manufacturerid}">
<img src=images/M/{$manufacturers_menu[mid].manufacturer|replace:' ':''}.jpg /></a>
Quote:
Originally Posted by ETInteractive.com
Just look at products.tpl or products_t.tpl
this has the smarty call for product thumbnails.
|