Quote Originally Posted by bazza_87 View Post
Scratch that request... I have managed to get AIS 3.2 working on ZC 1.5.. (Albeit not perfect...)

For those that are having trouble with it.. (Like I did for ages...) You need the 3.2 download (from here http://netzencommerce.com/zc2/index....&products_id=3)

Install are per instructions... Then go to your admin page (for me I couldnt find the AIS admin pages on FF,Chrome or IE (but if I browsed straight to site\YourAdmin\AJAX_image_swapper.php then the page loads up fine and everything has worked for me so far...

or alternatively... you can use SQL to re-enable to admin menu www.nakedflameonline.com.au/Store/AIS_3.2_Menu_Enabler.sql
- Use this SQL patch at your own risk.. It worked for me hopefully it works for others...

Good luck!
Sorry guys I have been out of action for quite some time now, the SQL file can now be found at
www.nakedflameonline.com.au/ImageSwapper/AIS_3.2_Menu_Enabler.sql
(They got me to move the ZenCart store from a subsite to the root of the site... Hence the broken link... So I have moved it into its own spot.)

Or alternatively, here is the code for the SQL file and you can save your own .SQL file.

/**
* Ajax Imager Swapper
*
* ZenCart 1.5 Menu Enabler
*
* Written by Bazza_87 - take it as it comes... I know nothing about SQL at all... :S
*/

/*
zencart 1.5 mods
*/
INSERT INTO `admin_pages` (`page_key` ,`language_key` ,`main_page` ,`page_params` ,`menu_key` ,`display_on_menu` ,`sort_order`)
VALUES ('ajax_image_swapper', 'BOX_CATALOG_AJAX_IMAGE_SWAPPER', 'FILENAME_AJAX_IMAGE_SWAPPER', '', 'catalog', 'Y', '50');

This re-adds the menu item for the Ajax Image Swapper back into the Zencart 1.5 Admin menu (as it is not compatible with the 1.3.9 layout)

For those unable to find the Ajax Image Swapped 3.2 plugin, here is a copy of the one I downloaded (as the link I got it from previously is now broken)

www.nakedflameonline.com.au/ImageSwapper/AJAX Image Swapper.zip

Hope this is of some help to you guys.

Cheers, Bazza.