Domanda

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!

Nessuna soluzione corretta

Altri suggerimenti

Try this :-

setTimeout(function(){
    $(dialog).close();
}, 
5000);
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top