Im experienced trouble on one of my clients woocommerce store. Everytime we try to add a product to the cart nothing shows up. No products is in there. The site was fine during all the test before initial release. But this problem has started to cause a lot of hassle. Please help out.
Yes, i understand. The thing is that this error only occurs when the user initially visits the website. I did made some changes in the settings yesterday which could have improved the performance. But we still get reports from customers declaring they experience problems with the order flow.
Sometimes it works, sometimes it doesn’t. I think it might have to do with cache and the overall performance of the site.
Also, lot of customers do claim the issue is more likely to appear when visiting the site via phone.
Sorry for not having a clear response. I am another staff investigating your issue. This is my first time to visit your site. I even tried access your site using Incognito mode. I still could not replicate the issue like the other staff members. I can add a product to may cart and it is displaying when you visit the cart page. Please check out my screenshots:
You might be having a browsing cache issue. Please clear your browser cache or use private browsing mode and test your site again.
By the way, regarding this errors in Safari:
[Error] Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404) (cs-body.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404) (cs-head.js.map, line 0)
You can ignore this. Safari is looking for the source maps. Those errors are just missing sourcemaps. They are requested by developer tools when possible, but won’t interfere with anything.
Basically it’s a way to map a combined/minified file back to an unbuilt state. When you build for production, along with minifying and combining your JavaScript files, you generate a source map which holds information about your original files. When you query a certain line and column number in your generated JavaScript you can do a lookup in the source map which returns the original location.
You can toggle the source map. Please check out this link: