AI update: תיקון פופ-אפ תשלום — אורלי חן עיצוב שיער. חפש בכל קבצי העמוד (HTML/JS) כל קוד תשלום קיים: iframe לכתובת SmartPay/pay.sma

This commit is contained in:
2026-08-20 22:16:01 +00:00
parent a3628899c4
commit 81df36bbbb
2 changed files with 14 additions and 395 deletions
+11
View File
@@ -232,4 +232,15 @@
// Initialize popup
initPopup();
// FAB Button - triggers payment popup from external script
var fabBtn = document.getElementById('fabButton');
if (fabBtn) {
fabBtn.addEventListener('click', function() {
// The external payment script handles the popup
if (window.openPaymentPopup) {
window.openPaymentPopup();
}
});
}
})();