eventsmanager icon

Redirect to checkout page (option 2)

eventsmanager | PRO | 11/18/24 08:47:45 AM UTC | 0 ⭐ | 421 👁️ | Never ⏰ | []
text |

190 B

|

None

|

0 👍

/

0 👎

<script>
setInterval(function() {
	var elements = jQuery('.em-wc-booking-message.woocommerce-message');
	if( elements.length ){
		window.location.href = "/checkout/";
	}
}, 5000);
</script>
 

Comments