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

 Magic Thumb™
 Avactis module version v1.5.4 [v1.6.103:v3.0.20]

 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 Avactis module.

2. Upload the 'magictoolbox' and 'avactis-system' folders to Avactis store directory.

3. Find and backup your product-info.php and product-list.php files in the root directory of your store.

4. Open product-info.php file in editor.

5. Replace all lines by this code:

    <?php
    include('init.php');
    include('magictoolbox/core/magicthumb.php');
    ob_start();
    PageView(__FILE__);
    $content = ob_get_contents();
    ob_end_clean();
    magicthumb($content);
    ?>

6. Save file and open product-list.php in editor.

7. Replace all lines by this code:

    <?php
    include('init.php');
    include('magictoolbox/core/magicthumb.php');
    ob_start();
    PageView(__FILE__);
    $content = ob_get_contents();
    ob_end_clean();
    magicthumb($content);
    ?>

8. Save file.

9. Go to http://your.site.url/avactis-system/admin/magicthumb.php and configure Magic Thumb the way you want it.

10. Magic Thumb is ready to use!

11. To upgrade your version of Magic Thumb (which removes the "Please upgrade" text), buy Magic Thumb and overwrite the magictoolbox/core/magicthumb.js file file with the new one in your licensed version.

Buy a single license here:

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

