wander

Azel
By -
0
Buy Now

Post a Comment

0Comments

Please Select Embedded Mode To show the Comment System.*

document.addEventListener("DOMContentLoaded", function() { const popup = document.getElementById("popup"); const iframe = document.getElementById("gumroadIframe"); const close = document.querySelector(".close"); const buttons = document.querySelectorAll(".checkoutButton"); buttons.forEach(function(button) { button.addEventListener("click", function() { const gumroadCheckoutUrl = this.getAttribute("data-url"); iframe.src = gumroadCheckoutUrl; popup.style.display = "block"; }); }); close.addEventListener("click", function() { popup.style.display = "none"; iframe.src = ""; // stop checkout process }); window.addEventListener("click", function(event) { if (event.target === popup) { popup.style.display = "none"; iframe.src = ""; } }); });