• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 23.06.20, 08:58
  • Opened by: ana savin
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #18424 - Thumbnail product images

In product page when i press on a miniature image is showing home_default and i want to show large_default.

Comments

Fred 23 Jun 2020, 09:31

could you please show it to see at a screenshot? what exactly miniature do you mean?

ana savin 23 Jun 2020, 09:36

These are the miniatures

Attachments:

Capture.PNG (116 KiB)
Fred 23 Jun 2020, 10:05

Please give me a link to your store

ana savin 23 Jun 2020, 10:24

I`ve updated the shop address in my account information.

Fred 23 Jun 2020, 11:13

I see.
open the file /themes/alysum/templates/catalog/_partials/product-images-modal.tpl
find the line

{$product.cover.home.url}

replace it with

{$product.cover.large.url}
ana savin 23 Jun 2020, 12:06

The problem is not on the modal window. The problem is that when you click on the small images to change the main product image , the image that changes is home_default.

Fred 23 Jun 2020, 12:09

try this file

/themes/alysum/templates/catalog/_partials/product-cover-thumbnails.tpl

the line (in two places)

data-image-large-src="{$image.bySize.large_default.url}"
ana savin 23 Jun 2020, 12:32

And if i want to display in thumbnails slider only 3 product pictures i should redimension the thumbnail or i can set somewhere the number of product pictures to display?

Fred 23 Jun 2020, 16:34

there is no way to manage quantity of thumbnails. You can only do that with combination of CSS and JS customizations

ana savin 24 Jun 2020, 10:49

Ok. Thanks

Fred 24 Jun 2020, 11:30

you are welcome