Block Checkout Compatibility
We are currently migrating our plugins to support the new WooCommerce Block Checkout. However, some of our plugins still require the Classic Checkout to function correctly. If your checkout page is not displaying our payment or shipping methods, you should revert to the Classic Checkout.
How to Switch to Classic Checkout
To switch from the modern Block Checkout to the Classic Checkout (shortcode-based), follow these steps:

- Open the Checkout Page: In your WordPress Admin, go to Pages and click Edit on your Checkout page.

- Open List View: Click the List View icon (three horizontal lines) in the top-left toolbar to see the blocks used on the page.
- Transform the Block:
- Click on the Checkout block in the list.
- Click the Transform icon (the two squares/arrows) in the block toolbar.
- Select Classic Shortcode.

- Update: The page will now display the
[woocommerce_checkout]shortcode. Click Update to save your changes.
Your checkout page is now using the Classic editor, and our plugins should appear and function correctly.