Does anyone have a copy of version 3.2 of this mod? The link in the last post no longer works

Quote Originally Posted by bazza_87 View Post
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.