No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Api checkin hace 2 años
Block checkin hace 2 años
Controller checkin hace 2 años
CustomerData checkin hace 2 años
Helper checkin hace 2 años
Model checkin hace 2 años
Observer checkin hace 2 años
Plugin/Model/Quote checkin hace 2 años
Setup/Patch/Data checkin hace 2 años
Test checkin hace 2 años
ViewModel checkin hace 2 años
etc checkin hace 2 años
i18n checkin hace 2 años
view checkin hace 2 años
Exception.php checkin hace 2 años
LICENSE.txt checkin hace 2 años
LICENSE_AFL.txt checkin hace 2 años
README.md checkin hace 2 años
composer.json checkin hace 2 años
registration.php checkin hace 2 años

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