Its because of the problems so i installed IH2 in the hope it magically solve the problem :(
I am now going into the Additional Product Images code to see all the php files it relates to hopefully i 'see' something out of place :(
Printable View
Its because of the problems so i installed IH2 in the hope it magically solve the problem :(
I am now going into the Additional Product Images code to see all the php files it relates to hopefully i 'see' something out of place :(
Just compared with a vanilla download:
/includes/modules/additional_images.php
/includes/templates/template_default/templates/tpl_modules_additional_images.php
are all unmodified still the same as default :(
Ok this is a cheapo fix... for the file:
/includes/templates/template_default/templates/tpl_modules_additional_images.php
I adjust the code 0 to 1
toQuote:
if ($flag_show_product_info_additional_images != 0 && $num_images > 0) {
is this gonna cause any other unforseen problems later? :(Quote:
if ($flag_show_product_info_additional_images != 1 && $num_images > 0) {