Shopping Cart0

Cart

document.addEventListener("DOMContentLoaded", function() { const accountLink = document.querySelector(".kitify-menu-account a"); if (accountLink && !accountLink.hasAttribute("href")) { // Fix: Use "!" to check if href is missing accountLink.setAttribute("href", "/my-account/"); // Change this URL if needed } });