Yeah, I'm a little surprised no one has done it before–or maybe they have but haven't made it an Add On for others.
I'm satisfied with what I've done instead. If you want to take a look: here.
Yeah, I'm a little surprised no one has done it before–or maybe they have but haven't made it an Add On for others.
I'm satisfied with what I've done instead. If you want to take a look: here.
Er, actually this creates a problem. I realized that when I add a second product, the Next, Product Listing, Next buttons are misaligned. Since their code is in the tpl_modules_product_listing.php file, is there a way to get it to appear after the alternate image? Would it be a lot of work to put it in a separate php file to be called after the alternate image?
Oops, I mean tpl_product_info_display.php. I'm a bit new to PHP. Lots of PHP files to edit.
NEVERMIND! Got it to work! Put <br class="clearBoth" /> beforein tpl_product_info_display.php.PHP Code:<!--bof Prev/Next bottom position -->
<?php if (PRODUCT_INFO_PREVIOUS_NEXT == 2 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
<?php
/**
* display the product previous/next helper
*/
require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
<?php } ?>
<!--eof Prev/Next bottom position -->
Last edited by nosleephotel; 19 Oct 2008 at 04:29 AM. Reason: Discovered solution.
I have zencart with product columns and IH2 installed I've tried installing image swap but it does not work. instead the main image no longer has a link that opens a window with a larger image. the other images at the bottom still work normally. what is the exact version of this that you guys got working?
I've also noticed NO ONE that I can find has posted a link to a site with this working on it.
Last edited by cidic; 19 Nov 2008 at 10:56 PM.
oh and its zencart version 3.1.8
The image swap mod is not compatible with IH2. It would be great if it was. I looked into this but the IH2 script is way over my head, I have only recently picked up some PHP knowledge. My assumption is this would be more a matter of building an image swap function into IH2, not one of compatibility between these two mods.
Jim
how do you get additional images without it?
Additional images is a function of Zen Cart not a third party mod. You can find info for most of Zen's function in the Tutorials/FAQ section of this website.
Multiple images Tut/FAQ
https://www.zen-cart.com/tutorials/index.php?article=58
For more info about Additional Images search the forum.
Jim
is there anything that manages images better that is compatible?
right now, (I assume this is what it is supposed to do) the thumbs are the same picture file that is loaded as the main picture but they are set to be smaller, is there a way to have the thumbnails be a separate image file?
and is there a way to disable the large size popup when you click them?