Does your template support additional images?
Does your template support additional images?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Yes it does it has the following section in the "tpl_product_info_display.php" file:
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
I fixed the problem but still do not know what it was. I overwrote the image handler files with originals and all is well now. Thanks for listening:)
Glad you fixed it. Thanks for posting back what you did - that may help other people having the same problem.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)