The additional image fix forum post # 999 also # 986 does not fix my additional images problem for some reason.
Actual store in production is http://wcironsales.com/store
Actual IH2 files I'm using can be accessed at: http://wcironsales.com/ih2
I could sure use help on this.
Here is some things I noticed during winmerge processing. I am not sure there importance and I have tried using both options with no avail.
-----
The apostrophe on the number 1 in IH2 compared to 1.3.8a which has no apostrophe
File includes/modules/additional_images.php
Image handler 2
Line 47: if(preg_match("/" . $products_image_base . "/i", $file) == '1') {
Zen Cart 1.3.8a
Line 47: if(preg_match("/" . $products_image_base . "/i", $file) == 1) {
-----
These 3 files in Image Handler 2 at end of the below 3 files the ?> has been removed. I have not noticed a difference with them or without them
includes/modules/pages/popup_image/header_php.php
includes/modules/pages/popup_image_additional/header_php.php
-----
There are only 6 IH2 mod files that are different between IH2 and Zen Cart 1.3.8a these files are:
admin/includes/modules/category_product_listing.php
includes/modules/pages/popup_image/header_php.php
includes/modules/pages/popup_image_additional/header_php.php
includes/modules/additional_images.php
includes/modules/main_product_image.php
includes/templates/template_default/popup_image_additional/tpl_main_page.php
-----
For this IH2 version mod files that are different between Zen Cart version 1.3.8a and version 1.3.7.1 are:
includes/modules/pages/popup_image/header_php.php
includes/modules/additional_images.php
-----
One more note for the record. This IH2 version creates LARGE & MEDIUM images on the fly on page request. It does not create _LRG and _MED images and place into the /LARGE/ and /MEDIUM/ folders as a previous version did. I was not expecting this on this version and overlooked at first.
Bookmarks