Magento 1.9 – How to Remove Elevate Zoom

elevatemagento-1.9zoom

I want to remove magento default jquery.elevateZoom-3.0.8.min.js zoom ectension on the product view page.

i tried removing the commenting js file from catalog.xml file but not working.

Please help me
Thanks In Advance

Best Answer

Open

app/design/frontend/base/default/template/catalog/product/view/media.phtml

Comment below code

<!-- <script type="text/javascript">
    //<![CDATA[
        Event.observe(window, 'load', function() {
            product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
        });
    //]]>
    </script>-->
Related Topic