How to debug? #11789
Replies: 1 comment 2 replies
-
Hi @batonac!
Thank you for your compliment!
Yes, it is, I see them in the data store too, so I know they're being moved from the API response into I don't see any cart line items rendered in the DOM, though, so we know they're not just being hidden by CSS.
Currently we don't have anything like this that'd be useful for you in this case. What I recommend doing is disabling plugins one by one until it works again, and that way we'll find the culprit. I see cwicly is adding its own data to the Store API Cart Item responses, so maybe that has something to do with it. If you could try that and let us know if it solves it, or if the issue is still present after disabling all plugins that would be really helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hey ~ First off, I'm thrilled to see all the modernization efforts happening in this initiative. Keep up the good work.
I'm experiencing an issue with the Checkout block where the cart items aren't rendering in the order summary:
This issue is quite perplexing, especially considering that the API is certainly returning the cart items correctly:
The issue first surfaced with the block in the WooCommerce plugin, and can be replicated in this feature plugin. The classic shortcode-based checkout still works.
I'm not seeing any errors in the WordPress debug.log or the browser console log that would seem to relate to this... how can I facilitate a verbose logging from these blocks in order to analyze what's happening here?
Beta Was this translation helpful? Give feedback.
All reactions