woocommerce/packages/js/extend-cart-checkout-block/README.md

15 lines
531 B
Markdown

# @woocommerce/extend-cart-checkout-block
This is a template to be used with `@wordpress/create-block` to create a WooCommerce Blocks extension starting point.
## Installation
From your `plugins` directory run:
```
npx @wordpress/create-block -t @woocommerce/extend-cart-checkout-block your_extension_name
```
When this has completed, go to your WordPress plugins page and activate the plugin.
Add some items to your cart and visit the Checkout block, notice there is additional data on the block that this
template has added.