Image Name under image in product

  • Posts: 46
  • Thank you received: 0
10 years 11 months ago #135503

Hello,
I need to insert the image name under the image in product show.
(please see attached image)
I want to use the image name filed.
What file I need to edit, and what field I need to user?
thanks in advance
Giorgio

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
10 years 11 months ago #135597

Hi,

You need to edit the file "show_block_img" via the menu Display>Views and add such code at the end:

<?php echo $image->file_name; ?>
However, that will only work for one image. For several images, it's much more complex to do as you need to have divs, store the names of each image and switch between each by adding custom javascript in there. It's possible but that would require the help of a third party developer.

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum