Updating WooCommerce 8.3 or greater made Block checkout the default option, which might break some plugin compatibility. This guide will address how to revert the WooCommerce block checkout to classic checkout to restore functionality to such plugins.
How to revert to checkout shortcode
- Access Your WP Admin Page: Log in to your WordPress admin page.
- Navigate to Pages: In the left sidebar menu, locate and click “Pages.”
- Select the Checkout Page: Identify the checkout page automatically created upon WooCommerce installation and click on it.
- Delete the Checkout block. Select it by clicking on it and then delete it.
- Insert Shortcode block and type
[woocommerce_checkout]
- Update the Page: Save the changes by clicking the “Update” button.
- Verification: To ensure successful conversion, place an order on your website and navigate to the checkout page. You should now see the shipping options and their estimated costs displayed correctly.
