3.0.4, WooCommerce, Checkout won't show

Weird bug, but it seems that the shortcode for the WC checkout gets filtered.
The page with this shortcode [woocommerce_checkout] is completely blank until I change from Pro to Gutenberg.

Previously I cleared all caches, deactivated every plugin expect WC of course and the error was still there. Then I changed the theme to Twentybla and the content of the checkout-page looked like this:

[cs_content][cs_element_section _id=“1” ][cs_element_layout_row _id=“2” ][cs_element_layout_column _id=“3” ][cs_element_text _id=“4” ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]

Can you guys confirm?

Hi @RSMG,

Thanks for writing in.

The cause of that is v2 elements, once the content is added in v2 element, it became part of it as a data. That’s why you’re not seeing the shortcode when viewed on the editor. And since Woocommerce checks the existence of shortcode from the raw content then it can’t find it since shortcode is added as data.

For now, please don’t edit your Woocommerce pages with the builder. I’ll look into this to issue :slight_smile:

Thanks!