Page 1 of 1

disabling zoom

Posted: Sat Apr 09, 2011 4:21 am
by image
Hi, As it says in the title, I want to disable the zoom feature.

Is there any way this is possible?

MAny thanks :)

Re: disabling zoom

Posted: Sun Apr 10, 2011 3:09 pm
by qahar
What zoom? you mean enlarge image products?

Re: disabling zoom

Posted: Sun Apr 10, 2011 4:45 pm
by grgr
This is on v. 1.4.9.3 I guess it is the same for other 1.4.x but I don't know.

You need to edit ..\catalog\view\theme\default\template\product\product.tpl

Change line 14 to this:

Code: Select all

          <td style="text-align: center; width: 250px; vertical-align: top;"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" style="margin-bottom: 3px;" /><br />
Then delete line 15

Code: Select all

            <span style="font-size: 11px;"><?php echo $text_enlarge; ?></span></td>

Re: disabling zoom

Posted: Mon Apr 23, 2012 7:27 am
by geidorei
hi - anyone know how to do this on current version?

things must have changed, line 15 not the same

ta folks

Re: disabling zoom

Posted: Sat May 12, 2012 11:58 pm
by geidorei
Hi folks - any body know answer to this?