Home › Forums › WoodMart support forum › How to change the continue shopping link › Reply To: How to change the continue shopping link
March 2, 2024 at 2:13 pm
#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,