includes/templates/template_default/popup_image_additional/tpl_main_page.php seems to need
at the top to remove the '+' which was used to replace ' ' inCode:$_GET['products_image_large_additional'] = str_replace('+', ' ', $_GET['products_image_large_additional']);
includes/modules/pages/popup_image_additional/header_php.php
(Of course this isn't a robust fix because it will fail if the image filename actually does contain '+'.)
Can you do some kind of URL encoding on this passed variable, or perhaps pass it as a POSTed variable?
Sample Image Names:
Raptor Medium.jpg (main image)
Raptor Medium_1.jpg (additional image)


Reply With Quote
