Jump to content

Automatically closing "Product sucsessfull added to shopping cart" pop-up after 5 seconds


viktornadzam

Recommended Posts

Edit themes/default-bootstrap/js/modules/blockcart/ajax-cart.js and change line 746 at the end of the updateLayer function from:

		crossselling_serialScroll();

to:

		crossselling_serialScroll();
		setTimeout(function() { $('.layer_cart_overlay, #layer_cart').fadeOut(); }, 5000);

This will cause the popup to fade out after 5 seconds.

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...