Hi Elisabeth,
We are sorry for the inconvenience.
We need an event from your filter plugin (/theme feature).
The event must trigger once new products are loaded (via Ajax) after filtering.
Let’s consider Product Filters for WooCommerce as an example: https://woocommerce.com/products/product-filters/
It offers this trigger: wcpf_update_products
Using the trigger, we can add custom scripts.
jQuery(document).ready(function( $ ){
jQuery(window).on('wcpf_update_products', function () {
console.log('Hi');
});
});
Once you get the trigger, we will share a script to fix the issue.
Thank you
Variation Images not Changing when Filter is active
Elisabeth Gübeli
Dear team,
When we select any filte ron our shop page, we experience an issue with the swatches: The image is not changing to the selected color.
this is the website: https://ra-shop.ch/sportshop
I recreated the issue for you in this video: https://www.awesomescreenshot.com/video/42771652?key=575f5a4f7bb696828bced1a7fa502b2c