Ecwid.OnPageLoaded.add(function(page) { if (page.type == 'PRODUCT' && page.productId == 831049261){ document.querySelector('.ec-wrapper').style.display = 'none'; var password = prompt("Please enter the password to view this collection:"); if (password === "PW") { document.querySelector('.ec-wrapper').style.display = 'block'; } else { alert("Incorrect password."); window.location.hash = "#!/~/home"; } } });