No content to show
User Activity
02-20-2025
Hello, my problem with cart just getting worse and worse. I really need some help!! Does anyone see what my problems are? I can send url or code if needed. SecurityError: Failed to read the 'sessionStorage' property from 'Window': The document is san...
It works but now its laggy, and I cant remove items fro cart. Really strange!! Ai just makes it worse also.. HAHA
There, I had hope for a second Unfortunately, that wasn’t the cause either:(
document.querySelectorAll('.cart-item-remove').forEach(button => {button.addEventListener('click', function() {const lineItemId = this.getAttribute('data-line-item-id');// Disable the button to prevent multiple clicksthis.disabled = true;this.textCon...
Ahh okay, thanks for trying. This problem started earlier when I changed the code to make it possible for me to delete products from the shopping cart. But now it's not possible to add items to the cart, which I think is even worse haha.
https://faxree.com/
Hello Laza, so kind o you to help me. But I dont see the same as you when I am in cart-drawer.js
Hi everyone,I'm having an issue with the "Add to Cart" button in my theme, and I can't figure out what's wrong. The button works fine in other themes, but in my current theme, nothing happens when I click it.Here's what I've tried so far:Checked the ...
Thank you soo much!!
https://faxree.comThank you!!
https://faxree.comThank you!!
Hi,I need help implementing functionality that allows my customers to delete items from their shopping cart on my online store. I’ve tried several different solutions, but I haven’t been able to make it work as expected.Could someone help me with imp...