#######################################################

 Magic Zoom™
 X-Cart module version v5.5.13 [v1.6.103:v5.3.7]

 www.magictoolbox.com
 support@magictoolbox.com

 Copyright 2025 Magic Toolbox

#######################################################

INSTALLATION:

IMPORTANT: Before you start, we recommend you open readme.txt and follow those instructions. It is faster and easier than these readme_manual.txt instructions. If installation failed using the readme.txt procedure, then continue with these instructions instead.

1. Unzip the contents and upload the 'admin' and 'modules' folders to your X-Cart directory.

2. Go to the 'include/templater' directory of your X-Cart website and create backup for 'templater.php' file.

3. Open the file 'include/templater/templater.php' in the editor.

4. If the version of your X-Cart is lower than 4.7, find this line:
 
class Templater extends Smarty {

and replace it for this:

class TemplaterOriginal extends Smarty {

5. If you use the X-Cart version 4.7 or above, find this line:

class XCTemplater extends SmartyBC {

and replace it for this:

class XCTemplaterOriginal extends SmartyBC {

6. If the version of your X-Cart is lower than 4.7, find this line:

function Templater() {

and replace it for this:

function TemplaterOriginal() {

7. Find the line at the end of file:

?>

and add this line before it:

require_once($xcart_dir.DIRECTORY_SEPARATOR.'modules'.DIRECTORY_SEPARATOR.'MagicToolbox'.DIRECTORY_SEPARATOR.'templater.php');

8. Go to http://your.site.url/admin/magiczoom.php and configure Magic Zoom™ as you wish.

9. Magic Zoom is ready to use!

10. To upgrade your version of Magic Zoom (which removes the "Please upgrade" text), buy Magic Zoom and overwrite the [path_to_your_skin_folder]/magictoolbox/core/magiczoom.js file file with the new one in your licensed version.

Buy a single license here:

http://www.magictoolbox.com/buy/magiczoom/

