Our Office
Office Number 705, 7th Floor RBS Mall, Karachi
+923182682005
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 }); });