💥 הטבת יולי - 40% הנחה עם הקופון: now40

קבלו גישה מיידית לקורס

פרטי הסטודנט

פרטי ההזמנה

מוצר סכום ביניים
Digital Course – 3D CGI  × 1 8,000.00 
סכום ביניים 8,000.00 
סה"כ 8,000.00 

יש לך קופון? לחץ כאן כדי להזין את קוד הקופון שלך

אנחנו נשתמש בפרטים האישיים כדי לעבד את ההזמנה, להציע לך תמיכה בתהליך באתר זה וכדי לבצע פעולות נוספות כפי שמפורט במדיניות פרטיות.

השאירו פרטים כאן - ונדבר!

הטבה לחודש יוני - עד 50% הנחה למתאימים

נשמח לתת לכם את כל התמיכה שאתם צריכים!

תמיכה במייל:
support@tomihouse.com

document.addEventListener('DOMContentLoaded', function () { document.body.addEventListener('click', function (e) { const supportButton = e.target.closest('#support-whatsapp-button .elementor-button-link'); if (supportButton) { if (typeof userDetails !== 'undefined' && userDetails.phone) { e.preventDefault(); // Prevent default link behavior if phone is available // Send webhook with user details fetch('https://hook.eu2.make.com/n8o5d1ui5pyh651ts4cqqaas9g33leal', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ name: userDetails.name, phone: userDetails.phone }) }) .then(response => response.text()) // Parse the response as text .then(data => { console.log('Webhook sent successfully:', data); // Log the plain text response }) .catch(error => { console.error('Error sending webhook:', error); }); // Disable the button for 3 seconds to prevent rage clicking supportButton.style.pointerEvents = 'none'; setTimeout(function () { supportButton.style.pointerEvents = 'auto'; }, 3000); } else { console.log('Phone number not available, redirecting to default URL.'); } } }); });