Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
document.addEventListener("click", function(e) {
if (e.target.closest("form[action*='/checkout']") || e.target.closest("button[name='checkout']")) {
clarity("event", "initiate_checkout");
}
});