|
|
há 2 anos | |
|---|---|---|
| .. | ||
| Block | há 2 anos | |
| Model | há 2 anos | |
| Observer | há 2 anos | |
| Plugin | há 2 anos | |
| Test | há 2 anos | |
| etc | há 2 anos | |
| i18n | há 2 anos | |
| view | há 2 anos | |
| LICENSE.txt | há 2 anos | |
| LICENSE_AFL.txt | há 2 anos | |
| README.md | há 2 anos | |
| composer.json | há 2 anos | |
| registration.php | há 2 anos | |
This module implements the payment methods which do not require interaction with a payment gateway (so called offline methods). These methods are the following:
Before installing this module, note that the Magento_OfflinePayments is dependent on the following modules:
Magento_StoreMagento_CatalogFor information about a module installation in Magento 2, see Enable or disable modules.
Extension developers can interact with the Magento_OfflinePayments module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_OfflinePayments module.
A lot of functionality in the module is on JavaScript, use mixins to extend it.
This module introduces the following layouts in the view/frontend/layout directory:
checkout_index_indexmultishipping_checkout_billingFor more information about a layout in Magento 2, see the Layout documentation.