• Stars
    star
    268
  • Rank 152,760 (Top 4 %)
  • Language
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A drop-in replacement for the Magento 2 checkout.

Clean Checkout for Magento 2

A drop-in replacement for the Magento 2 checkout.

Features

Modules

The project is divided into several modules:

  • Overall checkout improvements, such as; (Core Module)
    • 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.
  • A simple but effective default theme

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.

More Repositories

1

ApiImport

Boilerplate between the Magento API and ImportExport, so that you can do fast Array/XMLRPC/SOAP based product imports.
PHP
246
star
2

Danslo_Aop

Bringing aspect oriented programming to Magento 1.
PHP
70
star
3

velvet

Velvet is an administration backend for Magento 2 websites. It is is built with modern web technologies such as React, Typescript, GraphQL and MUI.
TypeScript
53
star
4

Magento-HHVM-Module-Compatibility

Magento installation with a bunch of modules that I test on HHVM.
PHP
36
star
5

HiphopIndexer

Magento module that ensures only specific modules are loaded when requests are made through HHVM and when they match a specific request path.
PHP
23
star
6

CustomEmailTheme

Specify a custom theme for Magento 2 emails.
PHP
18
star
7

ProtectedInterceptors

Allows you to create Magento 2 plugins for protected methods.
PHP
17
star
8

CacheClear

Clears Magento 2 cache when it become invalidated.
PHP
17
star
9

LibraryRewrite

Allows you to rewrite Magento libraries without copying them entirely.
PHP
17
star
10

magento2-module-automatic-persisted-queries

Apollo-compatible automatic persisted queries, to improve GraphQL network performance.
PHP
15
star
11

ProductMaintenance

Magento 2 product maintenance using CSV files.
PHP
14
star
12

MigrationHelper

Migration Helper is a Magento module that helps you by automatically generating database migrations for backend configuration changes.
PHP
11
star
13

CleanCheckoutOnestep

Work in Progress
PHP
11
star
14

Rubic_Cache_Backend_Aerospike

Aerospike Cache Backend for Magento.
PHP
10
star
15

WebsiteLimit

Restrict Magento admin users to a specific website.
PHP
10
star
16

Rubic_FixTotalSorting

Fixes an issue where Magento relies on undefined behavior in the PHP runtime for sorting totals.
8
star
17

PrivateParts

PrivateParts is a Magento 2 module that lets you create plugins for protected and private methods.
PHP
8
star
18

CleanCheckoutTheme

JavaScript
6
star
19

CleanCheckoutCore

PHP
5
star
20

CleanCheckoutAutocomplete

JavaScript
4
star
21

pear2modman

Converts PEAR modules from Magento Connect to a modman module.
PHP
4
star
22

CleanCheckoutGeo

PHP
4
star
23

BigBrother

JavaScript
4
star
24

CleanCheckoutNewsletter

PHP
4
star
25

GenerateCredentials

PHP
4
star
26

CleanCheckoutSocial

PHP
3
star
27

Celect

Implementation of a gameserver for a game called Celetania (discontinued) based purely on reversing the original game client.
C++
2
star
28

mageos-integrity-test

1
star
29

GooglePlusFeed

A very simple (widget) module for fetching Google+ messages through the Google+ API.
PHP
1
star
30

Dota2-Chat-Relay-Bot

A very basic Dota 2 chat relay bot using node-dota2 and socket.io, allowing you to interact with chat channels by simply using your browser instead of the game client.
JavaScript
1
star