Home Forums WoodMart support forum How to change the continue shopping link Reply To: How to change the continue shopping link

#545620

Hung Pham
Keymaster

Hi refa,

Please remove previous and add below code to Theme Settings > Custom JS

jQuery(document).on('click', '.popup-added_to_cart .close-popup', function(e) {
	setTimeout(function () {
window.location.replace('https://danubedecor.me/');
	}, 500);
});

Regards,