Skip to content

Update Checkout Module README Content #34171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion app/code/Magento/Checkout/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Magento_Checkout module
Magento\Checkout module allows merchant to register sale transaction with the customer. Module implements consumer flow
that includes such actions like adding products to cart, providing shipping and billing information and confirming
the purchase.
the purchase.

#### Observer
This module observes the following events
`etc/events.xml`
`sales_quote_save_after` event in
`Magento\Checkout\Observer\SalesQuoteSaveAfterObserver` file.
`/etc/frontend/events.xml`
`customer_login` event in `Magento\Checkout\Observer\LoadCustomerQuoteObserver`
file.
`customer_logout` event in `Magento\Checkout\Observer\UnsetAllObserver`

### Layouts
The module interacts with the following layout handles in the
`view/frontend/layout`
`catalog_category_view`
`catalog_product_view`
`checkout_cart_configure`
`checkout_cart_configure_type_simple`
`checkout_cart_index`
`checkout_cart_item_renderers`
`checkout_cart_sidebar_item_price_renderers`
`checkout_cart_sidebar_item_renderers`
`checkout_cart_sidebar_total_renderers`
`checkout_index_index`
`checkout_item_price_renderers`
`checkout_onepage_failure`
`checkout_onepage_review_item_renderers`
`checkout_onepage_success`
`default`