window.addEventListener("load", function () { console.log("page loaded"); setTimeout(function () { if (document.body.classList.contains("woocommerce-cart")) { console.log("cart page"); const shopBtn = document.querySelector(".actions > a.btn-shop"); if (shopBtn) { console.log("shop button updated"); shopBtn.setAttribute("href", "https://laukkumatka.fi/"); } } }, 1000); });

Päävalikko