עגלת קניות
סל הקניות שלך ריק
document.addEventListener("DOMContentLoaded", function() { var buttons = document.querySelectorAll('input[type="submit"], button'); buttons.forEach(function(button) { if (button.value === "לתשלום" || button.innerText === "לתשלום") { button.value = "להצעת מחיר"; button.innerText = "להצעת מחיר"; } }); });
דגם: | 8262 |