Hello,
The only thing annoying me is that on main page, sideboxes and other pages, including additional images, below product description ....... all are being taken from the folder where big images of the products are kept ..... that means, if on your home page you have 12 products shown in each of the modules, i.e., New Products, Upcoming Products, Featured Products, all together they will sum up to 36 product images and if each image size is approx. 25kb, 36 images will weigh 900 KB, which will obviously make you page load extremely slow.
Although all images are shown in small dimensions, but they are all big images, which also makes them look very poor.
I have created two folder inside the images folder 'big' and 'thumgs'. I have created images in two dimensions with same name and kept the bigger ones in the folder 'big' and smaller ones in the folder 'thumbs'.
Now I have modified modified the code of the file includes/modules/additional_images.php. What it does is, it now shows smaller images in Additional Images on product page, but if you click any one of them, they will open the same image in the folder 'big'.
Now I want the same to happen on main page in the boxes of "New Products", "Special Products", "Upcoming Products", etc. and also in the side boxes with product images.
Any contribution will be very much appreciated, thanks.
I am attaching the file "additional_products.php" but with extension '.txt', please change the extension after the download.



If you go into your admin->tools->Image Handler 2, threre's a box tat says "Click to add a new image to this product". I'd say that handles multiple images per product.

