VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: Pigiamina132 on May 05, 2014, 08:53:51 AM

Title: Please help! How to disable pop up for main product image
Post by: Pigiamina132 on May 05, 2014, 08:53:51 AM
Hello everyone!
I'm new to this forum I hope you can help me!!
I am making a website for a client Who asked me to disable the image pop up when passing above the main image of a product... I mean he doesn't wants the image to zoom, he wants that by clicking on the image the product details open, just like when you press "See details" button.
Can anyone help me please?
Thank you in advance

Ps See the pictures attached

[attachment cleanup by admin]
Title: Re: Please help! How to disable pop up for main product image
Post by: GJC Web Design on May 05, 2014, 09:58:03 AM
No version or actual link to what page you are talking about?

home page of VM? Category page? One assumes so..

You need to make an over-ride for what ever template you are talking about and have the image linked to the details page.
There are plenty of posts here discussing templating and over-rides
Title: Re: Please help! How to disable pop up for main product image
Post by: Pigiamina132 on May 05, 2014, 10:09:36 AM
I will check them out... Sorry i didn't know where to find other posts relating to my issue.
Anyway I run virtuemart 2.026, the image linked to detail page is everyone in which the product is listed, so it should be over-written in the main page and also in categories

Site link: http://pluswatch.altervista.org

Thank you
Title: Re: Please help! How to disable pop up for main product image
Post by: GJC Web Design on May 05, 2014, 10:23:27 AM
do the over ride in

templates/YOUR_TEMPLATE/html/com_virtuemart/category/default.php

copy the   components/com_virtuemart/views/category/tmpl/default.php into there and then adjust as nesscesary

you may also need components/com_virtuemart/views/virtuemart/tmpl/default_categories.php over-ridden depending on your menus
Title: Re: Please help! How to disable pop up for main product image
Post by: Pigiamina132 on May 06, 2014, 10:51:01 AM
Thank you problem solved!!!  :)