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