Hello @codeyoda1 & @bromponie99 ,
We looked into this issue and it turns out in the recent WooCommerce’s release notes they added some changes to the Checkout blocks templates. It switches the Checkout Page to use the WooCommerce Checkout Block. Before the update, it used the Shortcode Block with the standard [woocommerce_checkout].
While we are working on a fix, here is something you could try in the meanwhile:
1. Make sure you have the latest WooCommerce version
2. Find the Checkout page on your pages list. Click Edit
3. In the preview page mode, click the Edit icon in the sidebar.
4. Now the editor page should be displayed. Select the List View from the top toolbar (press the three lines icon) to show the list view.
5. See if the list contains the Checkout block.
6. If it does, remove it by selecting “Delete” from the context menu.
7. The page should be blank now. Click on the plus icon and select Shortcode.
8.The block will be added to the page. To add the field on the block, type [woocommerce_checkout].
9. Save the page using the top “Save” button and test the checkout process.