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]
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
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
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
Thank you problem solved!!! :)