Skip to content

Commit 95e49c5

Browse files
ENGCOM-9255: Update Checkout Module README Content #34171
- Merge Pull Request #34171 from ravi-chandra3197/magento2:Checkout_README - Merged commits: 1. 3805841
2 parents e88d5bd + 3805841 commit 95e49c5

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

app/code/Magento/Checkout/README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# Magento_Checkout module
12
Magento\Checkout module allows merchant to register sale transaction with the customer. Module implements consumer flow
23
that includes such actions like adding products to cart, providing shipping and billing information and confirming
3-
the purchase.
4+
the purchase.
5+
6+
#### Observer
7+
This module observes the following events
8+
`etc/events.xml`
9+
`sales_quote_save_after` event in
10+
`Magento\Checkout\Observer\SalesQuoteSaveAfterObserver` file.
11+
`/etc/frontend/events.xml`
12+
`customer_login` event in `Magento\Checkout\Observer\LoadCustomerQuoteObserver`
13+
file.
14+
`customer_logout` event in `Magento\Checkout\Observer\UnsetAllObserver`
15+
16+
### Layouts
17+
The module interacts with the following layout handles in the
18+
`view/frontend/layout`
19+
`catalog_category_view`
20+
`catalog_product_view`
21+
`checkout_cart_configure`
22+
`checkout_cart_configure_type_simple`
23+
`checkout_cart_index`
24+
`checkout_cart_item_renderers`
25+
`checkout_cart_sidebar_item_price_renderers`
26+
`checkout_cart_sidebar_item_renderers`
27+
`checkout_cart_sidebar_total_renderers`
28+
`checkout_index_index`
29+
`checkout_item_price_renderers`
30+
`checkout_onepage_failure`
31+
`checkout_onepage_review_item_renderers`
32+
`checkout_onepage_success`
33+
`default`

0 commit comments

Comments
 (0)