News:

Looking for documentation? Take a look on our wiki

Main Menu

Remove VirtueMart 2.0.20b Tooltip in Product Details and Some Other Pages

Started by romatvirtue, July 02, 2013, 21:31:48 PM

Previous topic - Next topic

romatvirtue

Dear Virtumart,

I have been searching the forum, but couldn't find an answer I was looking for. I need to remove VirtueMart 2.0.20b tooltip in product details and some other pages.

Example: when user hovers over the "Product Detail" link or product picture, etc.

Could someone please tell me where the file is that controls tooltips?

Thank you in advance.

PRO


romatvirtue

Quote from: PRO on July 02, 2013, 22:04:21 PM
are they tooltips? or image & link titles?

Hey ;) Thanks for your reply. Yeah, you are right. Those are titles. Do you know how to disable those?

PRO

you have to edit your category template

<a title="<?php echo $product->product_name ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">

you would remove
title="<?php echo $product->product_name ?>"

I dont know why you wanna remove them

romatvirtue

Quote from: PRO on July 03, 2013, 02:32:47 AM
you have to edit your category template

<a title="<?php echo $product->product_name ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">

you would remove
title="<?php echo $product->product_name ?>"

I dont know why you wanna remove them

I do not care, personally. Customer satisfaction matters... :)


That worked. Thank you so much.

plunk

I am using customfields. I removed them in Customfields:
Custom fields > show title: no

GONE!