9bdcbe0b4d
* Fix circular dependencies in Icons package * CircularDependencyPlugin * Fix deriveSelectedShippingRates CD * Move useStoreNotices to context/hooks * Move useStoreCart to base/context/hooks * Move useStoreEvents to base/context/hooks * Move collection/product hooks * Move useStoreAddToCart * Move useCustomerData * move shipping hooks * Move checkout and payment hooks * Context should import hooks with relative paths * Prevent circular dependency in store notices container components * Move address fields to settings so they are shared * Import PaymentMethod components direct * relative import * Fix select CD * Move ValidationInputError * Move components consumed by context * Fix up internal imports in context * fix CD in checkout package * Separate providers * Fixing context exports * Fix base context hook import * fix mocks * Pass hooks to Slot Fills as Fill Props to avoid imports from base-context * Export components, not hooks * Pass props to ExperimentalOrderMeta * Run CD plugin when using `npm start` only * Rename CIRCULAR_DEPS to CHECK_CIRCULAR_DEPS * Remove duplicate key from rebase * Move packages component back to main file * Remove dashicon module replacement * Restore SVG import from package not external * Move core locale handling to avoid impact settings package size * Remove deleted file from rebase |
||
---|---|---|
.. | ||
README.md | ||
checkout-flow-and-events.md | ||
payment-method-integration.md |
README.md
Extensibility in WooCommerce Blocks
These documents are all dealing with extensibility in the various WooCommerce Blocks.
Checkout Block
Document | Description |
---|---|
Payment Method Integration | Information about implementing payment methods. |
Checkout Flow and Events | All about the checkout flow in the checkout block and the various emitted events that can be subscribed to. |