This repository was archived by the owner on Feb 23, 2024. It is now read-only.
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Remove the Cart and Checkout Blocks from behind the feature flag #6699
Closed
Description
This issue is for tracking and preparing the Cart and Checkout Blocks to be enabled in WooCommerce plugin.
Pre-release steps
TBD
Release steps
- Branch: starting from
trunk
, create a new branch for block release. (Note: Don't use therelease/
prefix for the branch name because it will trigger the release workflow.) - Changing the register block function from
registerFeaturePluginBlockType()
toregisterBlockType()
. - Moving the block out of the
is_feature_plugin_build()
check insrc/BlockTypesController.php
.
Verification steps
- Update
woocommerce_blocks_phase
to 1 in.blocks.ini
. - Provide basic smoke testing steps for both Cart and Checkout blocks in the PR for this ticket
- Test the plugin with both block and classic themes to see if a new block is included and functions properly.
- If the block contains translation, test if the translation works with both block and classic themes.