function updateCartButtonText() { document.querySelectorAll('#button-cart').forEach(function (btn) { // עוברים על צמתי הטקסט הישירים של הכפתור (לא נוגעים באייקון) btn.childNodes.forEach(function (node) { if (node.nodeType === Node.TEXT_NODE && node.textContent.includes('הוספה לסל')) { node.textContent = node.textContent.replace('הוספה לסל', 'הוסף להצעת מחיר'); } }); }); } // הרצה ראשונית updateCartButtonText(); // מעקב אחרי שינויים בדף (למקרה שהכפתור נטען מאוחר יותר או מוחלף דינמית) const observer = new MutationObserver(updateCartButtonText); observer.observe(document.body, { childList: true, subtree: true });
חורף
₪28.90
₪28.90
₪39.90
₪39.90
₪39.90
₪39.90
₪39.90
₪39.90
₪28.90
₪28.90
₪35.90
₪35.90
₪15.90
₪15.90
₪0.00
₪0.00
₪10.00
₪10.00
₪34.90
₪34.90
₪14.91
₪14.91
₪17.90
₪17.90
₪32.90
₪32.90
מציג 1 עד 20 מתוך 27 (2 עמודים)