File tree 1 file changed +31
-1
lines changed
app/code/Magento/Checkout
1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Magento_Checkout module
1
2
Magento\Checkout module allows merchant to register sale transaction with the customer. Module implements consumer flow
2
3
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 `
You can’t perform that action at this time.
0 commit comments