Sometimes the checkout page on a WooCommerce shop appears without payment methods. This issue usually occurs because the template doesn’t support the block-based design of the Gutenberg editor.
The fix is simple:
- Remove the checkout block (or any other block-based design on the checkout page).
- Add the WooCommerce shortcode
[woocommerce_checkout]
. - Click Update.
The payment methods should now appear.
The checkout page might look a little different because it uses the default design instead of the custom block-based design. However, you can always adjust it through custom coding if needed.
If the issue persists, check for a plugin or theme conflict by disabling plugins or switching to one of the default themes.
For more quick WooCommerce fixes, stay tuned for upcoming tips!