Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
converge
converge
I am trying to implent a zoom tool on the products detail page that would let me display the super large images in this method
 
http://www(dot)magictoolbox(dot)com/magiczoom/
 
instead of the popup.
 
It uses a simple css class method but the problem do not know how to call the {image_super} or {super_image} in the line (block_products_detail.html)
 
-- begin big_image -->img class="productImg" name="image_{form_id}" src="{src}" {width} {height} border="0" hspace="0" alt="{alt}"><!-- end big_image >
 
1 of my attempts looks like that this
 
-- begin big_image --><a hrf="{image_super}" class="MagicZoom"><mg class="productImg" name="image_{form_id}" src="{src}" {width} {height} border="0" hspace="0" alt="{alt}"></a><!-- end big_image --
 
working example: a hef="ktm_big.jpg" title="MagicZoom: Super bike" class="MagicZoom"><ig src="ktm_small.jpg"/></a>
 
Thanks anyone
Last modified: 18 Jan 2009 4:27 AM
 
Jazz
Jazz
hi, did you get this working? i am installing it too and don't know which file i need to declare the css and js files
 
converge
converge
Eventually I paid the guys from Viart 70 bucks to get it working right.
 
Its a lot more complicated since there was no direct call for the super image file. I would get the initial super image file but not the alternate pics' super image.
 
I hope this helps but my suggestion is get the guys from viart to have a look.
 
Jazz
Jazz
I only need the one super image (no alternates), do you know how that is called?