Вопрос

I created a modal widget that appears after adding product to cart, it works perfectly .
Now I need to close the modal after 5 seconds.
please help!

Нет правильного решения

Другие советы

Try this :-

setTimeout(function(){
    $(dialog).close();
}, 
5000);
Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top