Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Api checkin 2 lat temu
Block checkin 2 lat temu
Controller checkin 2 lat temu
CustomerData checkin 2 lat temu
Helper checkin 2 lat temu
Model checkin 2 lat temu
Observer checkin 2 lat temu
Plugin/Model/Quote checkin 2 lat temu
Setup/Patch/Data checkin 2 lat temu
Test checkin 2 lat temu
ViewModel checkin 2 lat temu
etc checkin 2 lat temu
i18n checkin 2 lat temu
view checkin 2 lat temu
Exception.php checkin 2 lat temu
LICENSE.txt checkin 2 lat temu
LICENSE_AFL.txt checkin 2 lat temu
README.md checkin 2 lat temu
composer.json checkin 2 lat temu
registration.php checkin 2 lat temu

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