rubic / magento2-module-clean-checkout

rubic/magento2-module-clean-checkout

A drop-in replacement for the Magento 2 checkout.

metapackage Compatibility: Not yet tested Code Quality: Pass Tests: N/A Security: Pass MIT

Clean Checkout for Magento 2

A drop-in replacement for the Magento 2 checkout.

Build Status

Features

  • Overall checkout improvements, such as;
    • Show input labels next to the fields
    • Allow disabling checkout fields like telephone, company, etc.
    • Remove the header and footer from the checkout entirely.
    • Force totals mode, so the customer is aware of totals during entire checkout.
    • In addition to the above, always show cart items for additional clarity.
    • Move cart/totals blocks to more logical places.
    • Remove jerkiness when switching between checkout steps, and allow setting of step transaction speed.
    • Allow disabling of useless shipping method step with just 1 available option.
    • Allow changing of checkout colors using useful colorpickers.
    • Uses Font Awesome to provider better icons.
  • Geo IP: Customer country is detected and immediately injected in the right places so it will be used for Shipping and Billing country fields and for calculating tax estimates.
  • Social Login: Uses Hybridauth to allow customers to login with their favorite social media.
  • Newsletter: Lets customers immediately subscribe to the newsletter from the final step in the checkout.
  • Address Autocompletion: Using the Google Maps Autocomplete API, we can significantly reduce the number of fields required by the customer.
  • Field Order: Allow administrators to choose their own order of checkout fields.

All of these features are highly customizable from the backend.

Installation

$ composer require rubic/magento2-module-clean-checkout

Note: getting an error while installing? Look here for a temporary workaround.

Screenshot

Image of Clean Checkout

Demo

You can find a demo environment here. Please note that it may not be running the latest version of this module at all times.

Frequently Asked Questions

See this wiki page.

Reporting Issues

Before you create an issue, ensure that the incorrect behavior you are encountering doesn't also appear without this module. This ensures it's not a configuration issue or Magento 2 bug.

License

Copyright 2018 Rubic

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
2.0.0 stable Pass Not yet tested Details 2018-04-10 16:32:19
1.7.1 stable Not tested Not yet tested Details 2018-04-03 18:14:37
1.7.0 stable Not tested Not yet tested Details 2018-04-03 17:21:49
1.6.0 stable Not tested Not yet tested Details 2018-02-23 12:14:14
1.5.1 stable Not tested Not yet tested Details 2018-02-02 16:56:37
1.5.0 stable Not tested Not yet tested Details 2018-02-01 14:00:10
1.4.7 stable Not tested Not yet tested Details 2018-01-27 11:53:37
1.4.6 stable Not tested Not yet tested Details 2018-01-25 09:55:36
1.4.5 stable Not tested Not yet tested Details 2018-01-24 11:14:34
1.4.4 stable Not tested Not yet tested Details 2018-01-24 10:07:44
1.4.3 stable Not tested Not yet tested Details 2018-01-23 17:44:15
1.4.2 stable Not tested Not yet tested Details 2018-01-22 11:31:02
1.4.1 stable Not tested Not yet tested Details 2018-01-22 09:28:34
1.4.0 stable Not tested Not yet tested Details 2018-01-12 19:46:40
1.3.2 stable Not tested Not yet tested Details 2017-12-06 14:02:56
1.3.1 stable Not tested Not yet tested Details 2017-11-30 19:51:20
1.3.0 stable Not tested Not yet tested Details 2017-11-28 20:54:02
1.2.9 stable Not tested Not yet tested Details 2017-11-28 16:11:50
1.2.8 stable Not tested Not yet tested Details 2017-11-22 15:57:45
1.2.7 stable Not tested Not yet tested Details 2017-11-15 13:20:11
1.2.6 stable Not tested Not yet tested Details 2017-11-15 12:55:11
1.2.5 stable Not tested Not yet tested Details 2017-11-15 12:48:09
1.2.4 stable Not tested Not yet tested Details 2017-11-08 09:31:40
1.2.3 stable Not tested Not yet tested Details 2017-11-02 14:05:42
1.2.2 stable Not tested Not yet tested Details 2017-10-30 16:35:56
1.2.1 stable Not tested Not yet tested Details 2017-10-29 13:41:35
1.2.0 stable Not tested Not yet tested Details 2017-10-29 13:10:46
1.1.1 stable Not tested Not yet tested Details 2017-10-28 09:34:38
1.1.0 stable Not tested Not yet tested Details 2017-10-27 22:00:25
1.0.5 stable Not tested Not yet tested Details 2017-10-27 09:40:51
1.0.4 stable Not tested Not yet tested Details 2017-10-26 16:07:14
1.0.3 stable Not tested Not yet tested Details 2017-10-25 14:11:25
1.0.2 stable Not tested Not yet tested Details 2017-10-25 13:35:33
1.0.1 stable Not tested Not yet tested Details 2017-10-23 13:37:47
1.0.0 stable Not tested Not yet tested Details 2017-10-23 13:13:09
0.3.0 stable Not tested Not yet tested Details 2017-10-20 17:32:39
0.2.2 stable Not tested Not yet tested Details 2017-10-19 11:39:43
0.2.1 stable Not tested Not yet tested Details 2017-10-15 15:24:38
0.2.0 stable Not tested Not yet tested Details 2017-10-15 14:25:52
0.1.0 stable Not tested Not yet tested Details 2017-10-15 00:30:21

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested not tested
2.4.8 not tested not tested
2.4.9 not tested not tested

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS N/A 0 metapackage ships no source of its own — phpcs skipped (#122)
PHPMD N/A 0 metapackage ships no source of its own — phpmd skipped (#122)
Cpd N/A 0 metapackage ships no source of its own — cpd skipped (#122)
PHP Compatibility N/A 0 metapackage ships no source of its own — php-compatibility skipped (#122)
Composer validate Pass 0

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Skipped Skipped
2.4.8 Skipped Skipped
2.4.9 Skipped Skipped

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan N/A 0 metapackage ships no source of its own — malware scan skipped (#122)
License
MIT

More from rubic

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.