DiviStation Ecommerce – Autoplay the Slides

Go to “Divi” => “Theme options” => “Integration”

And paste the following JS code in “Add code to the < body >” field:

<script>
// Autoplay slides, by Adam
jQuery(document).ready(function($) {
$('.dse-products:not(.ui-sortable) .products').slick('slickSetOption', {
autoplay: true,
autoplaySpeed: 5000
}, true);
});
</script>

Then, click “Save Changes”