Skip to content
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
@ralucaStan

Description

@ralucaStan

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 the release/ prefix for the branch name because it will trigger the release workflow.)
  • Changing the register block function from registerFeaturePluginBlockType() to registerBlockType().
  • Moving the block out of the is_feature_plugin_build() check in src/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.

Metadata

Metadata

Assignees

Labels

block: cartIssues related to the cart block.block: checkoutIssues related to the checkout block.status: blockerUsed on issues or pulls that block work from being released.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions