Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 (for ZC v1.3.8 ONLY) Support

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Views: 2,510,690

Results 4,081 to 4,100 of 7,094
26 Jul 2009, 11:10 AM
#4081
ryska avatar

ryska

New Zenner

Join Date:
Apr 2005
Location:
Louny, Czech Republic
Posts:
50
Plugin Contributions:
0

Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

Again, hover image is Product Info size.

Again, again,....
This is not answer for my question! Sorry. I don't care for standard settings, but change of code.

26 Jul 2009, 2:54 PM
#4082
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ryska:

Again, again,....
This is not answer for my question! Sorry. I don't care for standard settings, but change of code.
A few pages back, there is a "patch" posted to that effect.

30 Jul 2009, 11:35 PM
#4083
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Ok, I am frustated and stumped!

I installed IH2 sucessfully on one developement site. When I tried the same thing on another site, I run into problems. I install/unistall 4 times still no sucess.

Once I upload all the 4 files per instructions, I can go to my admin page and click on IH2 under admin>tools. The funny thing is I am not prompted to install IH (as if it running there before). I click install anyways, and it give me a installl sucessful message. BUT when I go look for Configuration>IH2, it doesn't appear there!. To make matter worse on the store my product details pics are gone!

I read and read through 100's of pages on this thread and do not see a solution. What kills me is that I got it to work on a mirror site and not this one. Both are on the same sever.

Please help me !

http://www.webdexign.com/cart/index.php

JE

31 Jul 2009, 12:21 AM
#4084
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

It seems main_product_image.php in includes>modules, is making my product details images dissapear.

I did the following and I got my images to come back. I don't knw much about PHP. so any help is appreciated.

//this is part of original file
$products_image_extension = substr($products_image, strrpos($products_image, '.'));
$products_image_base = str_replace($products_image_extension, '', $products_image);
$products_image_medium = $products_image_base . IMAGE_SUFFIX_MEDIUM . $products_image_extension;
$products_image_large = $products_image_base . IMAGE_SUFFIX_LARGE . $products_image_extension;

//this is part of new file that came with IH2
$products_image_extension = substr($products_image, strrpos($products_image, '.'));
$products_image_base = ereg_replace($products_image_extension . '$', '', $products_image);
$products_image_medium = DIR_WS_IMAGES . 'medium/' . $products_image_base . IMAGE_SUFFIX_MEDIUM . $products_image_extension;
$products_image_large = DIR_WS_IMAGES . 'large/' . $products_image_base . IMAGE_SUFFIX_LARGE . $products_image_extension;

I replaced the ereg_replace for str_replace on the new file and it work!

Now if I someone could help me with my IH2 nstallation problem, I could be golden. Please PHP gurus need your help!

31 Jul 2009, 12:37 AM
#4085
weber avatar

weber

Zen Follower

Join Date:
Nov 2005
Posts:
157
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

how to force IH2's Watermark even sizes are same between origin and output? we can also say how to force IH2 to output the photo instead of the original?

31 Jul 2009, 12:40 AM
#4086
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

It seems main_product_image.php in includes>modules, is making my product details images dissapear.

I did the following and I got my images to come back. I don't knw much about PHP. so any help is appreciated

I feel so stupid and confused at the same time. I had IH2 installed all the time! I was looking for a spereate link under the admin config for IH2, there isn't! all modifications are through the admin>images link (what an idiot I am).

My "solution" in the post above, did not work. If IH2 is intalled I cannot see my product details images, if I uninstall IH2 the images come back, what gives? (knowing me, its something simple)

31 Jul 2009, 2:41 PM
#4087
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Still having problems with product details images showing up, what could be the cause?

31 Jul 2009, 3:31 PM
#4088
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

JE2009:

Still having problems with product details images showing up, what could be the cause?
Do you mean additional images?

31 Jul 2009, 6:38 PM
#4089
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

Do you mean additional images?

Yes I mean the image you click on the product details page that opens up in a pop-up window.

What do you think might be the problem?

Thanks for replying!

JE

31 Jul 2009, 7:49 PM
#4090
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

JE2009:

Yes I mean the image you click on the product details page that opens up in a pop-up window.
IH2 only does products, it has a base image (main image) and then additional images.
Please go through all the troubleshooting steps I posted a page or two back and post a link to your problem.
Once you load the main image via IH2 using the default, load the additional the same way, forget about medium, large, etc.
IH2 does all that for you.
Go step by step and you will find the solution.

31 Jul 2009, 10:55 PM
#4091
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

IH2 only does products, it has a base image (main image) and then additional images.
Please go through all the troubleshooting steps I posted a page or two back and post a link to your problem.
Once you load the main image via IH2 using the default, load the additional the same way, forget about medium, large, etc.
IH2 does all that for you.
Go step by step and you will find the solution.

THanks for the info, I went through the troubleshoot step by step, reinstall IH2 again, and it still does the same thing (see attached link). If you go to the shopping cart when is empty, I can see the watermake files and nice hover effect, but not to the additonal images.

Seems a javascript is causing the problem, but cannot figure for the life of me which one. HELP!!

http://www.webdexign.com/cart/index.php?main_page=product_info&cPath=1_4&products_id=1&zenid=f33ecaabdbf0547fcd6b605aed9202b6
JE

1 Aug 2009, 2:30 AM
#4092
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

JE2009:

If you go to the shopping cart when is empty, I can see the watermake files and nice hover effect, but not to the additonal images. JE
Zen Cart will not show additional images in categories or empty shopping cart, only main images.
Therefore, IH2 can only zoom those.

1 Aug 2009, 6:24 PM
#4093
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

Zen Cart will not show additional images in categories or empty shopping cart, only main images.
Therefore, IH2 can only zoom those.

Ok, I think I explained my problem incorrectly.

I have products in subcategories. If I click on a category, then a sub-category. The products inside that sub-category are displayed as (product image, item name, price). If I click on a specific product it brings me to the product details page (where I would see the full description of the product, the pic of the product with a "large image" link, to view the picture in a pop-up window.

If I unistall IH2, I can see and click on the product details picture . I install IH2, all I see is the full decription, no picture.

I don't mind if the pictures (images) are not zoom. I just want the watermark effect on the picture.

Here are two links that might help, the first one is to my problem, the second is to what it should look like. The second link is to my dummy site.

http://www.webdexign.com/cart/index.php?main_page=product_info&cPath=1_4&products_id=1

http://www.studentwash.com/Mycart/index.php?main_page=product_info&cPath=22&products_id=34&zenid=e427440bd98d08f6041cf31dc3eef38a

1 Aug 2009, 10:20 PM
#4094
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

JE2009:

Ok, I think I explained my problem incorrectly...
OK, gotcha, when you uninstall IH2 you get to see the main product image, the pop-up, etc.
In other words, you get Zen Cart stock features.
When you install IH2, main image disappears, you get nothing.
Am I correct?
If yes, try uploading main image with IH2 in Tools -> Image Handler2.
Let us know how that goes.

2 Aug 2009, 4:55 AM
#4095
elijahd avatar

elijahd

New Zenner

Join Date:
Apr 2009
Location:
AUSTRALIA
Posts:
27
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Hi,

i seem to have a problem with my image handler 2 for one of my products it wont show additional images on the product page

does anyone know how to fix this?

Thankyou

2 Aug 2009, 1:28 PM
#4096
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ElijahD:

i seem to have a problem with my image handler 2 for one of my products...
Just one of the products?
Please post a link.

2 Aug 2009, 7:18 PM
#4097
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

Just one of the products?
Please post a link.Yep a link to the problem product would help.. I had a similar issue and it turned out the product name caused the issue.. (client used a single quote in the product name which caused the additional product images to not display)

2 Aug 2009, 9:07 PM
#4098
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

OK, gotcha, when you uninstall IH2 you get to see the main product image, the pop-up, etc.
In other words, you get Zen Cart stock features.
When you install IH2, main image disappears, you get nothing.
Am I correct?
If yes, try uploading main image with IH2 in Tools -> Image Handler2.
Let us know how that goes.

Thanks for all your help, I uploaded an image through IH2 but unfortunately, I'm still having the same issue.

Here is two screenshots, AFTER I uploaded the image with IH2.

The first one one without IH2 and the escond with IH2 installed. See the problem I'm having?

Any suggestions?

2 Aug 2009, 11:15 PM
#4099
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

JE2009:

Any suggestions?
The image that you uploaded with IH2 probably was already in the images directory.
You don't need to uninstall IH2 if it installed correctly (I assume it is), just clear cache from Tools -> IH2 -> Admin.
Then remove that image from the images folder and put it somewhere else.
Next, go to that product (in IH2) and upload the image with IH2, it should show you 3 sizes right there, and a green ribbon on top of page with legend "saved successfully".
Let us know what troubles you encounter.

3 Aug 2009, 12:45 AM
#4100
je2009 avatar

je2009

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
65
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ckosloff:

The image that you uploaded with IH2 probably was already in the images directory.
You don't need to uninstall IH2 if it installed correctly (I assume it is), just clear cache from Tools -> IH2 -> Admin.
Then remove that image from the images folder and put it somewhere else.
Next, go to that product (in IH2) and upload the image with IH2, it should show you 3 sizes right there, and a green ribbon on top of page with legend "saved successfully".
Let us know what troubles you encounter.
ckosloff;

Thanks for your patience and help with this. Unfortunately it didin't work. I created a brand new test product with a brand new image and clear the cache as you instructed, and samething happens, I do not get the picture to come out.

I am ready to give up on this add-on, any other I can use to make the images watermark?