Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Api checkin il y a 2 ans
Block checkin il y a 2 ans
Controller checkin il y a 2 ans
CustomerData checkin il y a 2 ans
Helper checkin il y a 2 ans
Model checkin il y a 2 ans
Observer checkin il y a 2 ans
Plugin/Model/Quote checkin il y a 2 ans
Setup/Patch/Data checkin il y a 2 ans
Test checkin il y a 2 ans
ViewModel checkin il y a 2 ans
etc checkin il y a 2 ans
i18n checkin il y a 2 ans
view checkin il y a 2 ans
Exception.php checkin il y a 2 ans
LICENSE.txt checkin il y a 2 ans
LICENSE_AFL.txt checkin il y a 2 ans
README.md checkin il y a 2 ans
composer.json checkin il y a 2 ans
registration.php checkin il y a 2 ans

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