can you let me know what product has additional images? the one you sent me doesnt seem to have any?
Printable View
can you let me know what product has additional images? the one you sent me doesnt seem to have any?
Hi Niccol,
I quite understand about supporting mods. I have my hands full with EP4, but am getting some help.
When I tried the magiczoom, the number of options was nearly overwhelming (it doesn't work with IH4). But some basic settings through the admin would be nice if turned into a mod.
I don't have IH4 installed yet. When I was trying to figure things out, I rolled everything back to the "basics".
here's the product:
http://96 .30 .58 .67/index.php?main_page=product_info&cPath=6_110&products_id=458
(remove spaces)
not sure how you have your additional images set up but this is what i see from your source code:
the thumbnail is getitng it from:
img src="images/barsupply/hbb250s_01.jpg
the jquery is looking in the correct location which should be:
smallimage: 'images/hbb250s_01.jpg
largeimage: 'images/hbb250s_01.jpg
not sure what the barsupply directory is??
well, I like team efforts :-)
and this has certainly been one of those. one of the times the 'community' works the way it should. Phil has done most of the heavy lifting so far, to be honest.
I am happy to write an admin panel for it. But won't get there before the weekend because of work commitments.
Also, at that time I want to have a look at :
- how we deal with IH and if we need to preload images for that. (which could be an admin switch)
- not showing additional images if it is just the main image.
SO there is a bit to do. I think that Phil has the most recent version better than me but if anyone wants to give it a run then the zip file that is posted above is not that far off I believe.
and following Phil's last post we need to check that we are dealing with sub-directories correctly.
'barsupply' is a sub-directory I am guessing.
Philip:
I don't put ALL images in the /images directory ad hoc. I try to organize them a bit mainly by their main category or by manufacturer. For me it make images easier to manage, update and track...
I don't think I'm the only person that does this. This site has about 3,000 images. But another will have close to 10,000 (they have lots of alternate views, and even mini-movies for many of their products).
I will re-visit the code for pulling the additional image location. to be honest I have only ever used the main image directory, medium and large so dont even know how that directory is being used... but clearly the thumnails image knows where to look for it so i'll take another look when I get a bit of time
Honestly I am fitting comments in while a database uploads so ignore me if I am wrong but I seem to remember that if there are three images then there will be the main one and three thumbnails. If there is just one image I think there should be the main one and no thumbnails. I think at the moment it still shows the thumbnail of the one image which is a bit redundant.
Just needs a change to the logic. I have that somewhere but it is probably just as quick to rewrite as to find it :-)