From the Zen Cart downloads the lastest version is 09/16/2006.
M
From the Zen Cart downloads the lastest version is 09/16/2006.
M
Hy,
I was thinking, why not to aply Fancy image hover functionality with the big picture to the images from product info like the image hover from product listing? Anyone has tried that?
I seem to have problems posting different images to similar products. Here's the problem:
I sell shirts on my site and have different categories for men's and womens, as well as others. All the designs are the same, but since I don't offer all my designs in each style, I decided to categorize the site that way.
So, I usually upload a new design as a regualr men's shirt. This includes the main image and a model shot for the product page "gallery". I then copy that product (not link it) to the women's category, change all the information (sizes, price, etc), then delete the model shot. However, deleting the model shot deletes it on the men's shirt product as well. And, when I upload a girl's shirt model pic, it updates the men's shirt with that same image.
Again, I am NOT linking the product, they are two separate products...I just use the men's to copy to the other ones.
Is there something I'm doing wrong?
hi there, I am running a ZC 1.3.7.1 zen cart
And I was adding a product and product images the other day and all of a sudden all the images on my main site disappeared w/o a trace.
it seems that there is a double slash in the code calling the main image and the voids the rest of the JS. when I turn the IH off the images display fine. where should I be looking? to fix this.
here is a link
For some reason, my images are copying to other products in the same category, it doesnt matter how many times i go over them.. they are always mismatched and incorrect. Is this a normal problem for lots of people?
Give us a link to your website so we can see what you are talking about.
The big thing to watch for is your file naming convention.
image_1.jpg
and
image_1_abc.JPG
will display under the same item.
Make sure that you give different names styles to each items image
image_1.jpg
and
image_2.jpg
etc.
JOhn ><>
Newest Site: ChargerPros - Stuff4Toys
http://d2equip.com/index.php?main_pa...ath=1_7_77_131
and i think i know what your talking about now, there's a correlation between like images with same product images. thanks
Last edited by lizar5-; 2 Oct 2007 at 04:52 PM.
I have looked everywhere, but i didn't find how the link name of the large image is generated. I have $products_image_large, $products_name but i need the large image generated by ih2 with watermark on it.
Thank you.
I've looked and searched all through the docs and can't find answers to these two questions. I have IH2 installed and everything works fine. My issues are these:
I have small zoom on and it works fine(image pop up on small image rollover) in firefox but in internet explorer the rollover images do not come up if the rollover image box is going to be off the browser screen. I know someone in the thread brought his error up a long time ago but i couldn't find a response or fix to it and am just wondering if there is one and where it is.
My second issue is that i want the small image rollover zoom to work on the product page where the small images are the additional image thumb nails but i do not want to the zoom to come up on the home page where Featured Products use the small images or the Category pages which display the small images. Any one know how to accomplish this?
Thanks.
Paul
After long time spending on searching on codes, i finaly found how to generate the large image links with ih2:
$imagemedium = new ih_image($products_image_medium,$ihConf['medium']['width'], $ihConf['medium']['height']);
$linkm = $imagemedium->get_resized_image($ihConf['medium']['width'], $ihConf['medium']['height'], 'medium');
$imagelarge = new ih_image($products_image_large,$ihConf['large']['width'], $ihConf['large']['height']);
$linkl = $imagelarge->get_resized_image($ihConf['large']['width'], $ihConf['large']['height'], 'large');
Bookmarks