Home › Forums › WoodMart support forum › I have 2 serious problems › Reply To: I have 2 serious problems
December 26, 2023 at 6:33 pm
#524706
Hung Pham
Keymaster
Hi hamodon,
Please add below Custom JS code to Theme Settings > Custom JS
jQuery(document).on('click', '.popup-added_to_cart .close-popup', function(e) {
setTimeout(function () {
window.location.replace('https://sondoqi.com/shop/');
}, 500);
});
Regards,