Disable image link

02.06.2012 15:42
#1
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Posts: 36
Quote
Disable image link

Hi guys, thanks to the forum i disabled the lightbox effect when a user clicks on a product image, now I need to disable the link in the image (if a user cliks on the image it opens an other page with the image, i have to disable this).

 
02.06.2012 16:02
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Disable image link

Change template product

components\com_jshopping\templates\default\product\product_default.php

in row

<a class="lightbox" id="main_image_full_<?php print $image->image_id?>" href="<?php print $this->image_product_path?>/<?php print $image->image_full;?>" <?php if ($k!=0){?>style="display:none"<?php }?>>


delete

href="<?php print $this->image_product_path?>/<?php print $image->image_full;?>"


 
03.06.2012 15:48
#3
originalmi
Joomshopping forum user no avatar
Name: andrea
11.04.2012
Posts: 36
Quote
Aw: Disable image link

Thank you :)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.