Hello,
I need to display image subtitles under thumbnails in Products details view
Any help
http://forum.virtuemart.net/index.php?topic=128401.0
Sorry for not submitting all required information, it's my first post:
Virtuemart version: 3.0.14
Joomla version: 3.6.2
Live site: http://216.246.3.210/cms3/index.php/our-products/tiles/tiles-a/g-p-a-701-detail
I don't use template override.
I use SEF.
Thank you in advance for your support
the title is there in the alt
<img src="/cms3/images/stories/virtuemart/product/resized/gpa-701-mahogany_250x250.jpg" alt="Mahogany" class="product-image" style="cursor: pointer; font-family: Arial;">
if u add a title tag it will show on hover or see whats in the $image object and maybe just echo the title in com_virtuemart\views\productdetails\tmpl\default_images_additional.php
Thank you for your assist