Pregunta

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!

No hay solución correcta

Otros consejos

Try this :-

setTimeout(function(){
    $(dialog).close();
}, 
5000);
Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top