Picture description on Mousover

  • Posts: 21
  • Thank you received: 0
12 years 5 months ago #51925

In category view the pictures show on mousover the correct descripton (name of product), on the product page and in the basket the pictures show on mouseover the filename.

How to get the "name of product" view everywhere on mouseover?

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

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
12 years 5 months ago #51979

You will have to edit the file "show_block_img" of the view "product" and the file "cart" of the view "checkout" via the menu Display->Views and change the code:
$image->file_name
to:
$this->element->product_name

for the show_block_img file
or:
$row->product_name

for the cart file.

The following user(s) said Thank You: diabola99

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

Time to create page: 0.057 seconds
Powered by Kunena Forum