Hi, how i remove product title from related products ? thanks
In the add to cart [popup? Or on the product details page?
http://forum.virtuemart.net/index.php?topic=128401.0
Joomla : 3.4.5
VM : 3.0.12
on product detail page . thanks
You can do that using template overrides, but easiest way is to use a css override. You can work this out using Firebug http://forum.virtuemart.net/index.php?topic=116620.0
In VM default template it could be something like .product-fields-title-wrapper {display:none;} (not tested!).
you could do it with 1-2 maybe 3 simple lines of css... just by { display: none; }
Use firebug to get the right element...if you dont know firebug, you should get used to it, as you ll always need it..
Kelvyn is too fast, too furious 8)
Hi, product title in relative product dint have tag or class. you can see img.
That is a commercial template using its own overrides, so you may have to edit the overrides to add a class - or ask the template developer.
http://forum.virtuemart.net/index.php?topic=108212.0
Hi, yes this is commercial template.
I see file in template/html/com_virtuemart/sublayout/
this is code : <span class="product-field-display"><?php echo $field->display ?></span>
you can see img.
When I found what does mean $field->display and where i find code which is defined <?php echo $field->display ?>
thnanks
img