Jump to content
  • 0

Problem ze zdjęciami wariantów


BartoszeGG

Question

Witajcie, mam problem, ponieważ próbuję podpiąć swiper pod zdjęcia produktu. 
Wszystko jest okej działa pięknie jak należy lecz nie zaciąga mi zdjęć po zmianie variantu. 
Np dostępne 2 kolory: Czarny biały 
Czarny domyślny i wszystko śmiga jak należy po zmianie na biały produkt się zmienia lecz zdjęcia pozostają dalej czarnego.

Podrzucam kod może mi coś umknęło / zrobiłem gdzieś błąd.
 

  <div style="--swiper-navigation-color: #fff; --swiper-pagination-color: #fff" class="swiper mySwiper2">
  <div class="swiper-wrapper">
  {foreach from=$product.images item=image}
    <div class="swiper-slide">
      <img src="{$image.bySize.large_default.url}" alt="{$image.legend}" style="width:100%;" title="{$image.legend}" itemprop="image">
    </div>
  {/foreach}
  </div>
  <div class="swiper-button-next"></div>
  <div class="swiper-button-prev"></div>
</div>
<div thumbsSlider="" class="swiper mySwiper">
  <div class="swiper-wrapper">
  {foreach from=$product.images item=image}
    <div class="swiper-slide">
    <img src="{$image.bySize.large_default.url}" alt="{$image.legend}" style="width:100%;" title="{$image.legend}" itemprop="image">
    </div>
  {/foreach}
  </div>
</div>

Z góry dzięki bardzo za pomoc.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...