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