We use cookies to give you the best experience, as detailed in our privacy policy. By continuing to use this website, you consent to the use of cookies.
Confirmation
Delete confirmation message
`;
});
$('#best-selling-products').html(productsHtml);
// Reinitialize the carousel after updating the content
$('.aiz-carousel').slick('reinit');
},
error: function(error) {
console.log('Error fetching best-selling products:', error);
}
});
});