AI update: תיקון פופ-אפ תשלום — איציק בכר אינסטלטור. חפש בכל קבצי העמוד (HTML/JS) כל קוד תשלום קיים: iframe לכתובת SmartPay/pay.sma
This commit is contained in:
+17
-4
@@ -595,10 +595,10 @@
|
||||
ללא אחסון — תעלו בעצמכם
|
||||
</li>
|
||||
</ul>
|
||||
<a href="https://nwk3ywktc2n8ttnibdhgonlx.sites.clientscenter.co.il/?biz=itzik&plan=code" target="_blank" rel="noopener" class="package-btn package-btn-secondary">
|
||||
<button type="button" class="package-btn package-btn-secondary" data-plan="code">
|
||||
המשך לתשלום
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" fill="currentColor"/></svg>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="package-card package-card-featured">
|
||||
@@ -621,10 +621,10 @@
|
||||
תיבת מייל עסקית
|
||||
</li>
|
||||
</ul>
|
||||
<a href="https://nwk3ywktc2n8ttnibdhgonlx.sites.clientscenter.co.il/?biz=itzik&plan=full" target="_blank" rel="noopener" class="package-btn package-btn-primary">
|
||||
<button type="button" class="package-btn package-btn-primary" data-plan="full">
|
||||
המשך לתשלום
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" fill="currentColor"/></svg>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -863,6 +863,8 @@
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
border-radius: var(--radius-md);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -945,9 +947,20 @@
|
||||
closeModal();
|
||||
}
|
||||
});
|
||||
|
||||
// Handle package button clicks
|
||||
document.querySelectorAll('.package-btn[data-plan]').forEach(function(btn) {
|
||||
btn.addEventListener('click', function() {
|
||||
var plan = this.getAttribute('data-plan');
|
||||
if (window.SmartPayPopup && typeof window.SmartPayPopup.open === 'function') {
|
||||
window.SmartPayPopup.open({ plan: plan });
|
||||
}
|
||||
});
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script src="script.js"></script>
|
||||
<script src="https://emilio.clientscenter.co.il/pay/popup.js" data-src="cmt03c1jj0021pa017yj9m8qe" data-name="איציק בכר - אינסטלטור" data-origin="https://emilio.clientscenter.co.il"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user