Zoom Product

When I click on the product it opens another tab and not the zoom or open a lightbox as it should be.

look:Attachment 38059Attachment 38060

Thanks already, please is urgent

5 answers

Profile photo of Seoki Lee 1510.00 $tone July 2, 2014
Public

To get it fixed, please open the file \app\design\frontend\default\jm_lingerietemplate\ catalog\product\view\media.phtml, at line 59 replace this code:

Code:

echo '<a title="'.$this->htmlEscape($this->getImageLabel()).'"  rel="ja-colorbox"  href="'.$this->helper('catalog/image')->init($_product, 'image')->resize(760,800).'" >'.$_helper->productAttribute($_product, $_img, 'image').'</a>';

With:

Code:

echo '<a class="cboxElement" title="'.$this->htmlEscape($this->getImageLabel()).'"  rel="ja-colorbox"  href="'.$this->helper('catalog/image')->init($_product, 'image')->resize(760,800).'" >'.$_helper->productAttribute($_product, $_img, 'image').'</a>';

Hope this helps.

#1
Profile photo of Josias Malaquias 0.00 $tone July 3, 2014
Public

Good day, I discovered the problem …

just look at this product:
http://www.icosmeticosbrasil.com.br/…in-1500ml.html
http://www.icosmeticosbrasil.com.br/…ime-50-ml.html
http://www.icosmeticosbrasil.com.br/…trol-500g.html

do not work and the problem I am reporting is happening.

Now the product you sent me:
http://www.icosmeticosbrasil.com.br/…eze-250ml.html

as:

http://www.icosmeticosbrasil.com.br/…-oil-500g.html

Work. And the reason is that they have registered upsell products.

need that has no upsell products also work.

Thank you already.

#4

Please login or Register to Submit Answer

Written By

Comments