25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 년 전
..
Api checkin 2 년 전
Block checkin 2 년 전
Controller checkin 2 년 전
CustomerData checkin 2 년 전
Helper checkin 2 년 전
Model checkin 2 년 전
Observer checkin 2 년 전
Plugin/Model/Quote checkin 2 년 전
Setup/Patch/Data checkin 2 년 전
Test checkin 2 년 전
ViewModel checkin 2 년 전
etc checkin 2 년 전
i18n checkin 2 년 전
view checkin 2 년 전
Exception.php checkin 2 년 전
LICENSE.txt checkin 2 년 전
LICENSE_AFL.txt checkin 2 년 전
README.md checkin 2 년 전
composer.json checkin 2 년 전
registration.php checkin 2 년 전

README.md

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.

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