Zen Follower
- Join Date:
- Oct 2006
- Posts:
- 206
- Plugin Contributions:
- 0
Image Handler 2 (for ZC v1.3.8 ONLY) Support
hareslade:
dinki
I'm out of my depth slightly, but presumably if a specific admin image is watermarked, the cart side ought to be accessing exactly the same cached image.
Have a good look at the url/src being called for the cart image(s), are they /bmz_cache/... or /image/... and compare the filename accurately with what's in the cache. Either use page source or properties..
It needs appliance of logic..
Perfect, a place to start. Here's what I've found. On the catalog side, I picked a product and looked at the properties after I clicked on the image for the large view. Here's what I see:
http://www.decaldepot.net/images/decals/funnysayings/sillyboys2.gif
As you can see, it is not looking in the bmz_cache for some reason. Now when I look at the same product under IH2 in admin I get this:
Thumbnail which shows the watermark (It's very small)
http://www.decaldepot.net/bmz_cache/1/103511276da8295d50f7d7614b6e41d0.image.44x40.gif
but when I click on the thumbnail to see it larger in IH2 I do see it larger but it displays without the watermark:
http://www.decaldepot.net/bmz_cache/2/22beff5604da12bf0798ffadd50fc058.image.243x220.gif
Note that this image is coming from the bmz_cache where the catalog side is not.
So it seems things are really screwy and I have no idea how it's gotten this way. Anyone have any ideas on how to remedy this? I've tried IH2->Admin- Remove Image Handler and then doing a 'reinstall' via the IH2 inteface as well as a Clear image cache but the results are the same. Should I try uninstalling, reuploading the files, and then reinstalling? This is really strange...
The only other thing that I can think of that may have caused this is that I moved my catalog from decaldepot.net/zencart to decaldepot.net/
Again, thanks for the help.