document.addEventListener('DOMContentLoaded', function () { const observer = new MutationObserver(function() { const btn = document.querySelector('button[name="button"]'); if (btn && btn.innerText.includes("Continue to Shipping")) { btn.innerText = "Place Order with COD"; } }); observer.observe(document.body, { childList: true, subtree: true }); });
Return to previous page
Unfortunately, there are no products that match your criteria
Placeholder for ajax description replacement