Hello,
Using the latest version of VM and Joomla, I am trying to find how I can disable the related products to open in a new tab. Actually I want to open in the same page, and not open a new tab or window. I just wonder where this part of code is, in which file, line ?
I know that somewhere should be a "target_blank" command , but I really cant find in which file.
url?
Sorry,
for example
http://www.agrogen.gr/el/e-shop/sporoi/aromatika-futa/rigani-
any ideas how to get rid of the opening the related products to a new tab ?
There is something wrong with your template overrides. VM action using the default templates is to open related products in the same window - you can also see this action in the VM demo at http://demo.virtuemart.net/headgear/classic-hat-detail
you mean settings at vm configuration ?
Can u suggest a setting to check ?
No, not a setting. Your product details template overrides need fixing. Compare the code with those of the default VM files in components/com_virtuemart/views/productdetails/tmpl/ - probably you need to look at default_relatedproducts.php
If you don't understand this then get your template supplier to provide corrected files.
Yes - it must be your template inserting the blank in the link - this doesn't happen on a std VM
<a target="blank" title="ΛΕΒΑΝΤΑ φάκελος 10g" href="/el/e-shop/sporoi/aromatika-futa/levanta-"><img alt="Λεβάντα Σπόροι Τιμές" src="/images/stories/virtuemart/product/resized/levanta-sporoi_545x239.jpg"> ΛΕΒΑΝΤΑ φάκελος 10g</a>
thanx for the quick reply. I will have a look on related_products files and I will report the problem