The problem: multiple images would not show up even though they're named and placed correctly.
This affected my install of 1.3.8 install 3/25/08.
These contribs are installed:
editor__fckeditor_plugin_2-5
image-handler_2.0-zc137
ultimate_seo_urls_2-106
fast_and_easy_checkout
short_description
zen_lightbox_1-4
Around line 25 of additional_images.php:
$products_image_base = str_replace($products_image_extension . '$', '', $products_image);
replace with...
$extensionReg = '/' . $products_image_extension . '$/';
$products_image_base = preg_replace($extensionReg, '', $products_image);
str_replace doesn't accept regular expression args... preg_replace does.
Now is working !!the zen-cart!!! i re-install all components recomended during installatino setup and now IT'S WORKING !!!!DD
Only one dude when you pass your mause over aditional images it's use correct watermark (mdium) but whe you pass your mouse over "New Items" box pictures it uses wrong watermark
Could any one tell me what to change to fix it?
Really thanks it works so good ;)
my url: http://www.tecnorincon.com
On Summer's cart, the small image size was different than the new products image size and some of the other small sizes that should have the hover effect. They have to match the small image size for it to work :) .
Wonder why, though, it doesn't work on the "Customers who purchased this item also purchased" images...the little plus sign is there, but I don't get the hover. It works on additional images on the same page.
Bookmarks