dadolun95 / magento2-checkout-customizer
Magento2 Checkout Customizer Module
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- magento/framework: ^102.0|^103.0
- pragmatic-modules/magento2-module-jslayout-parser: *
README
Dadolun_Checkout
Features
- Customization of the checkout page, choosing between the two step layout (Magento default) and the one step layout. In the case of the one step, you can choose between 1 column, 2 columns or 3 columns.
- Customization of billing address position. You can choose to place it inside or outside the payment methods (Magento default), in case of outside position you can additionaly move it in a separated section like shipping address.
- Add Js utilities for shipping and billing address inputs manipulation.
Installation
You can install this module adding it on app/code folder or with composer.
COMPOSER
composer require dadolun95/magento2-checkout-customizer
MAGENTO
Then you'll need to enable the module and update your database:
php bin/magento module:enable Dadolun_Checkout Pragmatic_JsLayoutParser
php bin/magento setup:upgrade
php bin/magento setup:di:compile
CONFIGURATION
You must enable the module from "Stores > Configurations > Dadolun > Checkout" section.
Contributing
Contributions are very welcome. In order to contribute, please fork this repository and submit a pull request.