on my test site this upgrade screws the detailed images up.
Code:
Warning: Wrong parameter count for substr() in /home/jcimport/public_html/shop/modules/Detailed_Product_Images/product_images.php on line 62
Warning: Wrong parameter count for str_replace() in /home/jcimport/public_html/shop/modules/Detailed_Product_Images/product_images.php on line 62
Heres line 62
Code:
$images[$k]["tmbn_url"] = $current_location.str_replace("\\", "/", substr($v["image_path"]), strlen($xcart_dir));
plenty of other stuff fixed here though