|
|
2 年之前 | |
|---|---|---|
| .. | ||
| Block | 2 年之前 | |
| Model | 2 年之前 | |
| Observer | 2 年之前 | |
| Plugin | 2 年之前 | |
| Test | 2 年之前 | |
| etc | 2 年之前 | |
| i18n | 2 年之前 | |
| view | 2 年之前 | |
| LICENSE.txt | 2 年之前 | |
| LICENSE_AFL.txt | 2 年之前 | |
| README.md | 2 年之前 | |
| composer.json | 2 年之前 | |
| registration.php | 2 年之前 | |
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.