When a customer adds a product to the cart, some Shopify Dawn themes is taking ages to add product to cart, and its taking similar time while removing product from cart. could someone help on this issue?
What are the reproduction steps/urls
https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408
- Have customers complained about the issue or is it only you affected?
- Do you use apps that affect the cart/checkout
I haven’t launched the website yet and its still at implementation phase. Here is the store url
https://staroup.myshopify.com/
bretsu
Your site has several javascript errors that could be interfering
“Uncaught SyntaxError: Unexpected identifier” which is related to what appears to be syntax error for slideshow code in global.js
The following should not had a pound sign at the start of the line
#this.totalPages = sliderItemsToShow.length - this.slidesPerPage + 1;
“ReferenceError: ModalDialog is not defined” from scripts.js
“Uncaught ReferenceError: debounce is not defined” from predictive-search.js
Thank you