VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: get27 on November 17, 2013, 07:50:16 AM

Title: Product details page
Post by: get27 on November 17, 2013, 07:50:16 AM
Hello,

I've got a problem.
I don't want image in product details page to be "clickable"

How to disable this php function ?

Please help me.
Title: Re: Product details page
Post by: GJC Web Design on November 17, 2013, 14:57:34 PM
If your using the default template  components/com_virtuemart/views/productdetails/tmpl/default_images.php

change
echo $image->displayMediaFull("",true,"rel='vm-additional-images'");

to

echo $image->displayMediaFull("",false,"");
Title: Re: Product details page
Post by: get27 on November 17, 2013, 15:36:16 PM
Thanks you for your quick answer but it don' t work

Quote from: GJC Web Design on November 17, 2013, 14:57:34 PM
If your using the default template  components/com_virtuemart/views/productdetails/tmpl/default_images.php

change
echo $image->displayMediaFull("",true,"rel='vm-additional-images'");

to

echo $image->displayMediaFull("",false,"");
Title: Re: Product details page
Post by: GJC Web Design on November 17, 2013, 16:02:35 PM
then your not using the default template... also your VM is wildly out of date if your sig is accurate
Title: Re: Product details page
Post by: get27 on November 17, 2013, 17:33:28 PM
You was right about my sig. My version is 2.0.20

Quote from: GJC Web Design on November 17, 2013, 16:02:35 PM
then your not using the default template... also your VM is wildly out of date if your sig is accurate
Title: Re: Product details page
Post by: GJC Web Design on November 17, 2013, 18:09:45 PM
should be 2.0.24a....
Title: Re: Product details page
Post by: get27 on November 17, 2013, 19:29:33 PM
update done + File modified ---> no change

It drives me crazy
Title: Re: Product details page
Post by: GJC Web Design on November 17, 2013, 19:33:34 PM
you must be using a template over ride - 3rd party template?

templates/your_template/html/com_virtuemart/productdetails  ???

image plugin?