X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Magic zoom plus integration on 4.4.4 (https://forum.x-cart.com/showthread.php?t=62350)

vasilis 01-16-2012 04:07 AM

Magic zoom plus integration on 4.4.4
 
I want to integrate magic zoom plus with xcart 4.4.4
I followed the instructions of uploading the files on the server, including the css and js path on the home.tpl head section and I was wondering where to integrate the "MagicZoomPlus" class (products list page or product details page?).

The instructions go like this:
Quote:

Link your small image to your large image with a class of MagicZoomPlus. Example:

<a href="big.jpg" class="MagicZoomPlus"><img src="small.jpg"/></a>

For example I tried to integrate it in the products list page (/common_files/customer/main/products_list.tpl) in the code (close to line 25):

Code:

<div class="image"{if $config.Appearance.thumbnail_width gt 0 or $product.tmbn_x gt 0} style="width: {$max_images_width|default:$config.Appearance.thumbnail_width|default:$product.tmbn_x}px;"{/if}>
        <a href="{$url}" class="MagicZoomPlus">{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}</a>


When I enter the product list page, and hover the mouse over the product thumbnail, a "Loading Zoom" message appears above each thumbnail, and a lens icon appears when hovering the mouse over the thumbnail, but nothing happens. I have downloaded a large image for the product.
How do I link the thumbnail image with the large image, since this is dynamically created? When I look in the generated code, the href attribute is set to the dynamic url
Code:

product.php?productid=67&cat=23&page=1
.
Appreciate any tips

Toora Designs 01-17-2012 10:04 AM

Re: Magic zoom plus integration on 4.4.4
 
Magic zoom is already integrated with x-cart
http://www.magictoolbox.com/magiczoomplus/modules/xcart/

vasilis 01-17-2012 10:22 AM

Re: Magic zoom plus integration on 4.4.4
 
ok, I didn't know it. Thanks

sparrowdog 10-15-2012 03:19 AM

Re: Magic zoom plus integration on 4.4.4
 
I just found the magic zoom integration info from the link above, and I feel really stupid, but I can't find where to turn it on in the latest version of x-cart (4.5.2). I can see the screenshot of the setting I need to change, but I can't find it int he x-cart backend.

Can someone point me in the right direction?

Pyro 10-15-2012 08:28 AM

Re: Magic zoom plus integration on 4.4.4
 
Quote:

Originally Posted by sparrowdog
I just found the magic zoom integration info from the link above, and I feel really stupid, but I can't find where to turn it on in the latest version of x-cart (4.5.2). I can see the screenshot of the setting I need to change, but I can't find it int he x-cart backend.

Can someone point me in the right direction?




/admin/configuration.php?option=Detailed_Product_Images


Make sure you have the module "detailed images" enabled.


All times are GMT -8. The time now is 01:41 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.