VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: diogodac on July 08, 2014, 14:23:02 PM

Title: How to make lightbox work on image shop category ?
Post by: diogodac on July 08, 2014, 14:23:02 PM
Hello, hope is all well.

http://demo.virtuemart.net/vm-frontpage/categories

I want when someone click on the image opens a light box with a bigger image, instead goigin to details.. detais only with the person click for more details....

is there a way?

thank you
Title: Re: How to make lightbox work on image shop category ?
Post by: jenkinhill on July 08, 2014, 21:30:30 PM
This used to be the default function in earlier versions of VM2 but so many people wanted to change it to link to the product details so that became default, eg http://forum.virtuemart.net/index.php?topic=96647.
Have a look at the category default.php template from earlier versions (around 2.0.16)  to see how it was coded and make your own template override.
Title: Re: How to make lightbox work on image shop category ?
Post by: diogodac on July 10, 2014, 16:59:19 PM
Quote from: jenkinhill on July 08, 2014, 21:30:30 PM
This used to be the default function in earlier versions of VM2 but so many people wanted to change it to link to the product details so that became default, eg http://forum.virtuemart.net/index.php?topic=96647.
Have a look at the category default.php template from earlier versions (around 2.0.16)  to see how it was coded and make your own template override.

You are the man!!!

Thank You!