document.addEventListener("DOMContentLoaded", function () { if (document.body.classList.contains("woocommerce-cart")) { const btnShop = document.querySelector(".actions > a.btn-shop"); if (btnShop) { btnShop.setAttribute("href", "/"); } } });

Päävalikko