Hi @ecstoreweb,
Thanks for reaching out.
We have created a custom code snippet to autoplay the carousel for related products. Kindly switch the slider type to the “BxSlider” and copy the snippet to your active theme’s functions.php to achieve it.
add_filter('wt_custom_related_products_slider_autostart', '__return_true');
Thanks for your replay
Using the code snippet and switching the carousel type to “BxSlider” I don’t see autoplay and I see the following error in console
DevTools failed to load source map: Could not load content for https://www.xxxxx.it/wp-content/plugins/wt-woocommerce-related-products/public/js/maps/swiper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I’m using W3 Total cache with minification off for js and css
Thanks