dadolun95 / magento2-checkout-customizer

Magento2 Checkout Customizer Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento2 Checkout Customizer Module magento

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.

About

Magento2 Checkout Customizer Module


Languages

Language:JavaScript 61.0%Language:PHP 29.2%Language:Less 7.9%Language:HTML 1.8%