Magic Toolbox

Magic Magnify for osCommerce

Try it Magic Magnify is a popular Flash effect that zooms your images with a magnifying glass.

osCommerce moduleAdd it to your osCommerce store in 5 minutes with this osCommerce module.

Instructions

  1. If you already have an earlier version of Magic Magnify, remove it.
  2. Download Magic Magnify for osCommerce (demo version).
  3. Upload the contents of the 'catalog' directory to your osCommerce directory to their respective folders.
  4. Install the admin GUI so you can configure Magic Magnify later. (If you have already installed another Magic Toolbox module, skip this step.)
    1. Open the file admin/includes/boxes/modules.php in the editor and find this line:

      '<a href="' . tep_href_link(FILENAME_MODULES, 'set=payment', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_PAYMENT . '</a><br>' .

      and add this line after it:

      '<a href="' . tep_href_link(FILENAME_MODULES, 'set=magictools', 'NONSSL') . '" class="menuBoxContentLink">MagicTools</a><br>' .

    2. Open the file admin/modules.php in the editor and find this line:

      switch ($set) {

      and add these lines after it:

      case 'magictools':

      $module_type = 'magictools';

      $module_directory = DIR_FS_CATALOG_MODULES . 'magictools/admin/';

      $module_key = 'MODULE_MAGICTOOLS_INSTALLED';

      define('HEADING_TITLE', "MagicTools");

      break;

  5. If you do not use the osCommerce STS module, install the Magic Magnify content parcer as below (otherwise, skip this step).
    1. Backup your /product_info.php file
    2. Open the file /product_info.php in the editor and find this line:

      require('includes/application_top.php');

      and add this line after it:

      require_once(DIR_WS_MODULES.'magictools/magicmagnify/magicmagnify.php');

    3. Find this line (almost the last line):

      <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

      and add this line before it:

      <?php MagicMagnify();?>

  6. If you use the osCommerce STS module, install the Magic Magnify content parcer as below (otherwise, skip this step).
    1. Open the file /includes/classes/sts.php in the editor and find following code lines (maybe lines 202-205):

      foreach ($this->template as $key=>$value) {
      $this->template['template_html'] = str_replace('$' . $key . STS_END_CHAR , $value, $this->template['template_html']);
      }

      and add these 2 lines before it:

      require_once(DIR_WS_MODULES.'magictools/magicmagnify/magicmagnify.php');

      $this->template['content'] = MagicMagnify($this->template['content']);

    2. Open the file /includes/functions/html_output.php in the editor and find this line:

      'function tep_javascript_image'

      and replace it with:

      'function tep_javascript_image_original'

  7. Go to [Admin panel -> Modules -> MagicTools -> MagicMagnify] and configure Magic Magnify how you want it.
  8. The demo version is now installed
  9. To upgrade to the full version, buy Magic Magnify and overwrite the magicmagnify.js and magicmagnify.swf files with the same files from the full version.

Other osCommerce modules

Installation guides

Magic Magnify can be used on any website, CMS, ecommerce site, shopping cart or blog. There are also module/plugins for these platforms:

Step-by-step instructions Zip file
Standard instructions (any website) Download
VirtueMart instructions Download 1.5 / 1.0
Joomla instructions Download 1.5 / 1.0
Magento instructions Download
osCommerce instructions Download
Zen Cart instructions Download
X-Cart instructions Download
CubeCart instructions Download
CRE Loaded instructions Download
WordPress instructions Download
Drupal instructions Download
Gallery instructions Download
NetSuite instructions

Buy Magic Magnify

£19
£55
£245

Free trial

Magic Magnify osCommerce module:
Magic Magnify - osCommerce module

Free license

For non-commercial sites:

Apply for free license

©2008 Magic Toolbox   About | Contact | Support | Newsletter | Testimonials | License Agreement | Terms | Privacy