The cart and checkout blocks are available for testing in the WooCommerce Blocks plugin (v2.6 and newer). These blocks are part of a ground-up rebuild of the purchase flow, based on industry best practices.
The cart and checkout blocks are fully functional, with some limitations. The blocks are not yet a complete replacement for the existing shortcodes.
The purpose of this document is to provide clear information about what is supported and what’s still in development, so stores can make an informed decision about how to use the blocks.
Requirements ↑ Back to top
To use the cart and checkout blocks, your site must meet the following requirements:
- WooCommerce Blocks plugin installed and active (v2.6 minimum, latest recommended).
- Use one or more supported payment gateways (see below for details).
Compatible Payment Gateways ↑ Back to top
Payment Method | Extension | Minimum Version |
---|---|---|
Bank Transfer (BACS) | n/a (included in WooCommerce Core) | WooCommerce Blocks v3.0+ WordPress 5.2+ |
Cash on Delivery | n/a (included in WooCommerce Core) | WooCommerce Blocks v3.0+ WordPress 5.2+ |
Cheque | n/a (included in WooCommerce Core) | WooCommerce Blocks v3.0+ WordPress 5.2+ |
WooCommerce Payments | Available in WooCommerce or via the extension | WooCommerce Blocks v3.0+ WooCommerce Payments 1.6.0+ |
PayPal Standard | n/a (included in WooCommerce Core) | WooCommerce Blocks v2.6+ WordPress 5.2+ |
Stripe – Credit Card | Stripe | WooCommerce Blocks v2.6+ Stripe 4.5.1+ |
Stripe – Payment Request (Apple Pay, Chrome Pay) | Stripe | WooCommerce Blocks v2.6+ Stripe 4.5.1+ |
Compatible Shipping Methods ↑ Back to top
Shipping Method | Minimum Version |
---|---|
UPS | WooCommerce Blocks v3.0+ WordPress 5.2+ UPS 3.2.30+ |
USPS | WooCommerce Blocks v3.0+ WordPress 5.2+ USPS 4.4.49+ |
Canada Post | WooCommerce Blocks v3.0+ WordPress 5.2+ Canada Post 2.5.19+ |
Royal Mail | WooCommerce Blocks v3.0+ WordPress 5.2+ Royal Mail 2.5.32+ |
Australia Post | WooCommerce Blocks v3.0+ WordPress 5.2+ Australia Post 2.4.28+ |
Other extensions ↑ Back to top
Extension name | Minimum Version |
---|---|
Facebook for WooCommerce | WooCommerce Blocks v3.0+ WordPress 5.2+ Facebook for WooCommerce 2.2.0+ |
Product Add-Ons | WooCommerce Blocks v4.5+ WordPress 5.4+ Product Add-Ons 3.4+ |
Extensibility ↑ Back to top
The extensibility interfaces for the cart and checkout blocks are still being developed. Because the blocks are completely new, extensibility interfaces are not final and are subject to change.
The cart and checkout blocks support selected payment methods (detailed above). Note that not all payment methods in the Stripe extension are supported at present.
The cart and checkout blocks do not currently support plugins that integrate with the cart and checkout shortcodes. In particular, extensions that use hooks related to cart and checkout may not function as expected. Extensions that render additional markup in cart or checkout – for example, custom checkout fields – are not supported.
If you’re developing extensions or customizations that integrate with cart and checkout, you can follow development progress, and provide feedback over on GitHub.