my shop has it installed and working very nicely too -- just follow my signature link to see it
just curious but why would one need the jqzoom addon if you have IH2 since it has its own zoomer.
Printable View
never had this much trouble with a plugin before but now i've got another issue..
first issue - which was never resolved - is that i can't upload any PNG files - they just don't work..
second issue - which worked last time i looked - but is now not working - is the zoom on additional images.. when you try to zoom on them - nothing comes up but your background screen.. go to http://www.skinzee.com/website-templ...-web-2-0-p-189 and click on additional images and you will see..
i would greatly appreciate anyone's help as i've read through all the documentation many times including fixes and can't figure it out..
i think i found the problem - but without a solution..
when the images are created it looks like they are stored in a bmz_cache folder - and this seems to be happening correctly..
but my website is looking for for the images with the following structure:
http://www.skinzee.com/index.php?mai...ge.530x550.jpg
and if you try this link, no image is shown.. yet the image at http://www.skinzee.com/bmz_cache/5/5...ge.530x550.jpg DOES EXIST..
any ideas on why??
Hi,
Whats the code to generate the cached product string within the tpl_product_info_display.php ?
$products_image_medium seems to be wrong :(
Example:
http://black-tactical.com/store/flas...ch-light-p-864
My Current Code:
This Code Generates the wrong image:Quote:
<link rel="image_src" href="<?php echo "http://" . $_SERVER['HTTP_HOST'] . "/store/" . $products_image_medium; ?>"/>
Trying to get it to Generate the Cached Image of the Product:Quote:
<link rel="image_src" href="http://black-tactical.com/store/images/medium/flashlights/Fenixtk45_MED.jpg"/>
Thanks :)Quote:
<link rel="image_src" href="http://black-tactical.com/store/bmz_cache/e/efc94736b738ff0a30da52bbcbb3ab9a.image.250x250.jpg"/>
No no, its working fine :P
I am trying to figure out what code to use so that it will put the cached image link on that code I am trying to create :(
Meaning I need to replace $products_image_medium with something else so that I get the product's cached image instead
Hello,
I'm running on a safe mode PHP environment.
My problem is that image handler won't process the images (resizing and watermarking). No error returned as it pass the unresized image normally. It works like normal zen cart image uploading (one image resized locally on browser).
I've read about a trick to change the group ownership to fix problems concerning this filesystem functions limitation. I tried to change the group ownership of bmz_cache folder and all php files in extra_functions (both admin and root includes folder).
But it still refuse to work. I'm wondering if anyone knowledgeable would know the specific files that I need to apply the group ownership that I missed. Btw, Image handler could make folders (I see them popping up) but there are no files in the folders.
If I use the ftp hack, I would blatantly violate the host's ToS and risk getting my account banned.
The host gives an option to use an environment where they disable the safe mode, but entering it will broke my zen cart installation.
Any thoughts other than switching host?