• Closed by: Marek
  • Closed on: 13.09.18, 22:10
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12705 - Problem with thumbnail and variatons

Hi,
i Have problem with image again:
And in the product does not change the image after clicking the thumbnail:
http://trustmarketing.pl/ns2/naturalne-peelingi/15-peeling-kawowy-z-pomarancza-i-imbirem.html

and second problem is with variations of products, if change “Pojemność” price doesn’t change:
http://trustmarketing.pl/ns2/masla-i-balsamy-do-ciala/19-57-maslo-shea-nierafinowane.html

Can you write me, what do do last time when the image change after click?

Comments

Marek 13 Aug 2018, 12:12

The file:

/modules/pk_instafeed/assets/js/init.js

old code on the line 7:

$('body').shortcode({

correct code:

$('.tab-pane').shortcode({
Przemyslaw Gajer 13 Aug 2018, 13:19

Marek,

thx, thumbnail it’s ok. Can you help me with variations?
and second problem is with variations of products, if change “Pojemność” price doesn’t change, example:
http://trustmarketing.pl/ns2/masla-i-balsamy-do-ciala/19-57-maslo-shea-nierafinowane.html

Marek 13 Aug 2018, 13:45

How did you add that product, manually or through import option?

Przemyslaw Gajer 13 Aug 2018, 13:46

import, but variations was created manually

Marek 13 Aug 2018, 13:47

Could you please make a test what will help us to understand what’s the problem. Please add the same product manually to compare with current product.

Przemyslaw Gajer 13 Aug 2018, 13:59

If i change themes to default, its working. Problem is with theme?

Marek 13 Aug 2018, 20:28

Try now, it should be fixed

Przemyslaw Gajer 13 Aug 2018, 21:26

Perfect, what was wrong? Because tomorrow i will be migrate it to new domain

Marek 13 Aug 2018, 21:28

Fixed file:

/themes/alysum/templates/catalog/_partials/miniatures/product.tpl

Line #63:

{if ($product.quantity > 0) && ($page.page_name != 'product')}
Przemyslaw Gajer 13 Aug 2018, 21:29

thanks :)

Marek 13 Aug 2018, 21:29

Glad to help