hi @kikkebe,
Hope you are doing great.
Unfortunately, the feature is not currently available.
But it’s a great idea. I’ll discuss this feature with my team and may add it in a future release.
In the meantime, please send the feature request here and ask others to upvote it.
With Regards
I found the solution using one of your filters 🙂
// PLUGIN Additional Variation Images Gallery > change slick slider options with filter found in product-images.php)
add_filter( 'woo_variation_gallery_slider_js_options', 'mikoSlickSLiderNotInfinite', 999999,1 );
function mikoSlickSLiderNotInfinite($slider_js_options){
$slider_js_options['infinite']=false;
return $slider_js_options;
}
Hello @kikkebe,
We will check this and keep it as a reference for others.
Thank you for sharing the solution with us.
Best Regards