Hi @bestworldprocom!
It looks like your Cart and Checkout pages are set up with WooCommerce’s Cart and Checkout blocks, which are part of the WordPress block editor (Gutenberg), instead of the traditional shortcodes which is why it’s shows Contains the woocommerce/cart block in your SSR.
In earlier versions of WooCommerce, the Cart and Checkout pages were typically created with shortcodes like [woocommerce_cart]
and [woocommerce_checkout]
. While these shortcodes displayed the cart and checkout content, they offered limited flexibility for styling and layout customization directly in the editor.
With the newer WooCommerce’s Cart and Checkout blocks, you can now customize the Cart and Checkout layouts directly in the editor and see a live preview of your changes.
I hope this clarifies things for you!