Re: Additional Images NOT showing!
Quote:
Originally Posted by
charmedbytina2
The problem with using that fix is it causes errors on the page.
Code:
$parameters .= ($parameters != '') ? ' ' : '';
if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
} else {
return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
}
}
}
}
}
It has extra \ in it. Leave those in, or take them out, makes no difference what so ever, it still doesn't work.
Re: Image Handler 2 Support
Can anyone tell me where I'm supposed to put the bmz_cache folder?
Re: Image Handler 2 Support
bmz_cache folder goes in the store root (public_html or public_html/YOUR_STORE_DIRECTORY)
Re: Image Handler 2 Support
So I'm going to assume that no one actually has a clue how to make IH2 work with additional images?
Re: Image Handler 2 Support
Quote:
Originally Posted by
wtashby
So I'm going to assume that no one actually has a clue how to make IH2 work with additional images?
Not sure how many products you have with multiple images. I just picked one of your categories at random and found an additional image on 1 of the 7 products listed:
http://www.ashbysonline.com/all-surf...per-p-410.html
If you let me know a product that should have an additional image but doesn't, give us URL to take a look.
John
Re: Image Handler 2 Support
Re: Image Handler 2 Support
Quote:
Originally Posted by
musicfreer
I just found that my IH does not work on the sidebox under Product info page
on the main page, it works well with every sidebox and center column, but in product info page, it does not have popup image when I hover the sidebox pic (eg. featured, new products...)
any idea?
thanks a lot in advance
my site:
www.locomolife.com/zen
Can anyone pls give me some help? any idea will be appreciated!
thanks!!
Re: Image Handler 2 Support
Maybe if I offered a little more info about the images themselves I might get a response:
The main image is:
cobra-76xtr.gif
The other three are:
cobra-76xtr-pkg.jpg
cobra-76xtr-2.jpg
cobra-76xtr-3.jpg
IH2 recognizes and picks up, and lists the additional images just fine but zencart does not. So, perhaps it isn't an IH2 problem but a zencart problem? Could I be posting in the wrong thread? If so, could some point me to the right thread, or offer the right fix? Please? Pretty please?
Re: Image Handler 2 Support
Quote:
Originally Posted by
wtashby
The other three are:
cobra-76xtr-pkg.jpg
cobra-76xtr-2.jpg
cobra-76xtr-3.jpg
Just a quick suggestion with the right syntax for ZC:
cobra-76xtr_01.jpg
cobra-76xtr_02.jpg
cobra-76xtr_03.jpg
Re: Image Handler 2 Support
So that suggests that extra images have to be named (formatted) and added manually, regardless of whether or not the supplier provides virtually identical names?