Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ccfcb3d

Browse files
Update Checkout module content
1 parent 9f28563 commit ccfcb3d

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

src/_data/codebase/v2_4/mrg/module-checkout.yml

+34-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22
title: Checkout
33
release: 2.4.3
44
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
7-
the purchase.
5+
Magento\Checkout module allows merchant to register sale transaction with the
6+
customer.
7+
Module implements consumer flow that includes such actions like adding products
8+
to cart, providing shipping and billing information and confirming the purchase.
9+
10+
#### Observer
11+
This module observes the following events
12+
`etc/events.xml`
13+
`sales_quote_save_after` event in
14+
`Magento\Checkout\Observer\SalesQuoteSaveAfterObserver` file.
15+
`/etc/frontend/events.xml`
16+
`customer_login` event in `Magento\Checkout\Observer\LoadCustomerQuoteObserver`
17+
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

Comments
 (0)