Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 doesn't work for my zencart 1.38a

Image Handler 2 doesn't work for my zencart 1.38a

Locked

Views: 3,017

Results 1 to 17 of 17
This thread is locked. New replies are disabled.
15 Aug 2008, 2:47 AM
#1
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Image Handler 2 doesn't work for my zencart 1.38a

i have Image Handler 2.0 installed on my zencart 1.38a,

i transfered 1 default image and 5 additional images to my product, then i went to admin - images to set IH zoom medium images and IH zoom small images on.

but on my product page, there's still only one image, i can't find the other 5 additional images.

it works on zoom small images, but doesn't work on zoom medium images.

my small and medium images are used the images in the folder bmz_cache, it's ok.

and my scrolling new product module doesn't work well anymore.

i was looking for the past threads but i still didn't find the solution.

how do i make those 5 additional images showing on my product page? and how do i resolve thoes problems? thanks a lot.

15 Aug 2008, 7:05 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Image Handler 2 doesn't work for my zencart 1.38a

Where can one see your site?

15 Aug 2008, 3:28 PM
#3
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Image Handler 2 doesn't work for my zencart 1.38a

almost sounds like you didnt get all the files uploaded

16 Aug 2008, 12:56 PM
#4
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

it works on small zoom and watermark, images are used from the bmz_cache.

but no additional images shows up on product page.

all of thoes files of that image handler are correct? cause i'm sure i uploaded all the files to the right place and make the correct image names.

the image handler i downloaded is here http://www.zen-cart.com/index.php?ma...roducts_id=117 http://www.zen-cart.com/pub/.jbccbog...0_for_137.zip

16 Aug 2008, 6:48 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Image Handler 2 doesn't work for my zencart 1.38a

cause i'm sure i uploaded all the files to the right place and make the correct image names.
Post the path you loaded these to
and a couple of the file names

17 Aug 2008, 2:06 AM
#6
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

kobra:

Post the path you loaded these to
and a couple of the file names

1, i uploaded the files to my zen :

/admin/images/cc.gif
/admin/images/checkpattern.gif
/admin/images/icon_image_handler.gif
/admin/images/ih-test.gif
/admin/images/ih-test.jpg
/admin/images/ih-test.png

/admin/includes/boxes/extra_boxes/image_handler_tools_dhtml.php

/admin/includes/extra_configures/bmz_image_handler_conf.php
/admin/includes/extra_configures/bmz_io_conf.php

/admin/includes/extra_datafiles/image_handler.php

/admin/includes/functions/extra_functions/functions_bmz_image_handler.php
/admin/includes/functions/extra_functions/functions_bmz_image_handler_update.php
/admin/includes/functions/extra_functions/functions_bmz_io.php
/admin/includes/functions/extra_functions/functions_bmz_update.php

/admin/includes/languages/english/extra_definitions/bmz_image_handler.php

/admin/includes/modules/category_product_listing.php

/admin/includes/ih_manager.php

/admin/image_handler.php

/bmz_cache/.keep

/images/large/watermark_LRG.png
/images/large/zoom_LRG.png
/images/medium/watermark_LRG.png
/images/medium/zoom_LRG.png
/images/watermark_LRG.png
/images/zoom_LRG.png

/includes/classes/bmz_gif_info.class.php
/includes/classes/bmz_image_handler.class.php

/includes/extra_configures/bmz_image_handler_conf.php
/includes/extra_configures/bmz_io_conf.php

/includes/functions/extra_functions/functions_bmz_image_handler.php
/includes/functions/extra_functions/functions_bmz_io.php

/includes/modules/pages/popup_image/header_php.php

/includes/modules/pages/popup_image_additional/header_php.php

/shop/includes/modules/additional_images.php
/shop/includes/modules/main_product_image.php

/includes/templates/classic/css/style_imagehover.css

/includes/templates/template_default/css/style_imagehover.css
/includes/templates/template_default/jscript/jscript_imagehover.js
/includes/templates/template_default/popup_image_additional/tpl_main_page.php

for my zen, there are only template_default and classic, i dont use any other templates, so i didnt transfer the files of template_custom, when i view the source, i can see

href="includes/templates/classic/css/style_imagehover.css"
src="includes/templates/template_default/jscript/jscript_imagehover.js"

2, file directories and names :

/images/yea/mb06.jpg
/images/yea/mb06_01.jpg
/images/yea/mb06_02.jpg
/images/yea/mb06_03.jpg

/images/medium/yea/mb06_MED.jpg
/images/medium/yea/mb06_01_MED.jpg
/images/medium/yea/mb06_02_MED.jpg
/images/medium/yea/mb06_03_MED.jpg

/images/large/yea/mb06_LRG.jpg
/images/large/yea/mb06_01_LRG.jpg
/images/large/yea/mb06_02_LRG.jpg
/images/large/yea/mb06_03_LRG.jpg

3, for the other parts :

admin - catalog - product general - edit layout - show product additional images - on
admin - images - number of additional images per row - 5

now, for the functions of my image handler :

IH resize images and images used from bmz_cache, OK
IH zoom small images, OK
IH watermark for small medium large images, OK

but, no additional images on product page.

besides those files i uploaded, any other files i should check ?

17 Aug 2008, 8:31 AM
#7
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

i have had a test, here is the picture of the product page to explain,

it means the additional images are right here, just we can't see them !

and i view the source of the product page, it shows the right directories of the additional images, for example images mb06_01.jpg, mb06_02.jpg ... with the long name from the bmz_cache folder, and link to large images /images/large/yea/mb06_01_LRG.jpg, /images/large/yea/mb06_02_LRG.jpg, /images/large/yea/mb06_03_LRG.jpg, it seems everything's right.

but those additional images still not showing up on the product page, its very strange, they are just like transparent !

i tried to clear the image cache by admin, but no luck.

18 Aug 2008, 12:57 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Image Handler 2 doesn't work for my zencart 1.38a

Post the path you loaded these to
and a couple of the file names
I actually and unsuccessfully, meant your image files and names

18 Aug 2008, 5:42 AM
#9
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

for this product, image name mb06.jpg , here's the directories and image names. (the images of other products are following by this way)
but on the product page, only one default image showing up, no additional images.

/images/yea/mb06.jpg
/images/yea/mb06_01.jpg
/images/yea/mb06_02.jpg
/images/yea/mb06_03.jpg

/images/medium/yea/mb06_MED.jpg
/images/medium/yea/mb06_01_MED.jpg
/images/medium/yea/mb06_02_MED.jpg
/images/medium/yea/mb06_03_MED.jpg

/images/large/yea/mb06_LRG.jpg
/images/large/yea/mb06_01_LRG.jpg
/images/large/yea/mb06_02_LRG.jpg
/images/large/yea/mb06_03_LRG.jpg

18 Aug 2008, 6:20 AM
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Image Handler 2 doesn't work for my zencart 1.38a

Try moving one image set to the following locations and then in the admin insure that the product base image is re-loaded to be from "main" folder

Load your best image quality images to the following

/images/mb06.jpg
/images/mb06_01.jpg
/images/mb06_02.jpg
/images/mb06_03.jpg

As you are using IH2 you do not need these

/images/medium/mb06_MED.jpg
/images/medium/mb06_01_MED.jpg
/images/medium/mb06_02_MED.jpg
/images/medium/mb06_03_MED.jpg

/images/large/mb06_LRG.jpg
/images/large/mb06_01_LRG.jpg
/images/large/mb06_02_LRG.jpg
/images/large/mb06_03_LRG.jpg

18 Aug 2008, 7:15 AM
#11
srturner47 avatar

srturner47

Zen Follower

Join Date:
Oct 2007
Posts:
385
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

I've never been able to get Image Handler 2 to show the additional images on the product page without applying the fix found here:

LINK

You might want to give that a shot.

18 Aug 2008, 12:19 PM
#12
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

kobra:

Try moving one image set to the following locations and then in the admin insure that the product base image is re-loaded to be from "main" folder

Load your best image quality images to the following

/images/mb06.jpg
/images/mb06_01.jpg
/images/mb06_02.jpg
/images/mb06_03.jpg

As you are using IH2 you do not need these

/images/medium/mb06_MED.jpg
/images/medium/mb06_01_MED.jpg
/images/medium/mb06_02_MED.jpg
/images/medium/mb06_03_MED.jpg

/images/large/mb06_LRG.jpg
/images/large/mb06_01_LRG.jpg
/images/large/mb06_02_LRG.jpg
/images/large/mb06_03_LRG.jpg

yes i also tried putting the images to the main folder, just under the folder /images, and i know that for IH2, just need to transfer the image mb06.jpg, and mb06_01.jpg, mb06_02.jpg, i think i know exactly how to manage those images. in fact, it should be easy to install IH2.

i guess my problem is not about the wrong directories or names of the images, maybe there's some php codes wrong on one of my files, such as main page or other pages. before i installed the IH2, i did some modification of some files. but i dont know which page might be concerned with it.

now, for the product which i add additional images, there's the space on the product page, (ex, if i add one additional image, there's one space, if i add 3 additional images, there's 3 space, just like the picture i transfer here), those additional images are on the page, and even when i view the source, i can see them. they are just invisible for us, just like i put a blank gif image.

and when i zoom the small image, i can also see the medium image, it works.

18 Aug 2008, 12:24 PM
#13
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

srturner47:

I've never been able to get Image Handler 2 to show the additional images on the product page without applying the fix found here:

LINK

You might want to give that a shot.

i read that thread and had a try, but still no luck.

after replacing thoes codes, on my product page, the small images of sidebox not working on zoom anymore (the small images on the other pages still work), so i have to change those codes back. :cry:

18 Aug 2008, 2:13 PM
#14
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

guess what? just now, i change the language of the site, the additional images show up there !

i have two languages of my site, i don't know why they only show up on one language site? what do i make them showing up on both two language sites? thanks

18 Aug 2008, 9:53 PM
#15
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Image Handler 2 doesn't work for my zencart 1.38a

Where is your site?

19 Aug 2008, 8:37 AM
#16
bluesky2008 avatar

bluesky2008

New Zenner

Join Date:
Jul 2008
Posts:
75
Plugin Contributions:
0

Re: Image Handler 2 doesn't work for my zencart 1.38a

to prevent making the customs worried, i didnt put those unsuccessful configueration to the open host, i test it myself. so its hard to show but only describe the situations.

for my IH2, it works on my english site (its my zen's default language), but it doesnt show additional images on product page on my french site (i instlled the french package), for the other functions small image zoom, watermark for small medium large image, they are fine.

and for the french package, it works fine on all the other parts.
the only problem is on IH2 (not showing the additional languages on product page)

i guess i should fix one language file, but i'm not sure which one,
french.php ? header.php ? or other ones?

you are good at those codes of zencart, and as your expierence, which part might be cocerned with this situation? thanks

19 Aug 2008, 9:22 AM
#17
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Image Handler 2 doesn't work for my zencart 1.38a

Would have to see your install