WordPress   

Open Woocommerce Terms and Conditions link in new tab on checkout page

$(".woocommerce-checkout").on( 'click', 'a.woocommerce-terms-and-conditions-link', function(event) {
	event.stopPropagation();
	let TermsPageLink = "https://example.com/terms-and-conditions/";
	window.open(TermsPageLink, '_blank');
	return false;
});
Need Professional Support for Your Website Problems?

Whether you're facing website issues or struggling with code implementation, our team is here to assist. Hire us to get your website back on track.

Hire Us