I am not seeing the two admin links for this plugin,
Admin - Configurations - AJAX Image Swapper nor
Admin - Catalog - AJAX Image Swapper Manager.
I have copied the folders below to their corresponding locations in Zen 1.5.1.

Also have also performed the following in "tpl_product_info_display.php":
replace:
PHP Code:
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
with
PHP Code:
require($template->get_template_dir('/tpl_modules_ajax_image_viewer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_viewer.php');?>
replace:
PHP Code:
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
with:
PHP Code:
require($template->get_template_dir('/tpl_modules_ajax_image_swapper_attr.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_ajax_image_swapper_attr.php'); ?>
In addition, because the PHP code has been changed in "tpl_product_info_display.php", I am not seeing the main image.
I do not understand the following, maybe this is the problem!
***To make sure you only use minimal number of library, if you have copied
[library_name]_on_template, DO NOT copy any other [library_name]_on_[page_name] folder,
where the two having same library_name.***
I have just copied the provided files and folders to their corresponding locations.
I started with a copy of classic template and installed the following plugins:
column_layout_grid_2_3_1 (Functioning)
ezpages_footer_columns1_1 (Functioning)
creinold Pinterest Button (Functioning)
CSS Horizontal Dynamic Menu (Pauls edition) (Functioning)
Back_to_Top (Does not work)
Help.
Bookmarks