// Place this code in your Wix page code (for example, in the Site Code section in Velo) $w.onReady(function () { // Listen for messages coming from the embed window.addEventListener("message", function(event) { // Optional: Check the origin if needed to secure the message source // if (event.origin !== "https://yourdomain.com") return; if (event.data.action === "openNewTab" && event.data.url) { window.open(event.data.url, "_blank"); } }); });
top of page
Wavy Abstract Background

Payment Provider
Setup

Want to get a free estimate on how much you can save on your payment processing from a vendor neutral consultant?

google.png
image_edited_edited.png
Connecting Dots

Enter your details for answers within 24 hours, or reserve your time to meet!                                  

bottom of page