Download the PHP package pmclain/module-one-click-checkout without Composer

On this page you can find all versions of the php package pmclain/module-one-click-checkout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-one-click-checkout

THIS PROJECT IS ABANDONED

This was something fun I built over a weekend after hearing Amazon's patent had expired. The Magento core team has created there own version to be included in a future release of v2.2 and beyond. If you want this feature on the your Magento store you SHOULD wait for the core release and NOT install this module.

Magento 2 One Click Checkout

Add one click checkout option for logged in customers.

Description

This module adds a button for "One Click Checkout" to the product view page for customers meeting the following criteria:

Clicking the "One Click Checkout" button initiates and completes the transaction on the product view page. Once complete, a modal displays a link to the order view page and a summary of the order totals.

Installation

composer install pmclain/module-one-click-checkout:dev-master
bin/magento setup:upgrade

Configuration

Module settings are found in:
Stores->Configuration->Checkout->One Click Checkout

Compatibility

Compatible Payment Modules

Adding a new Vault Payment Provider

  1. Create class implementing Pmclain\OneClickCheckout\Api\VaultSourceInterface. The returned array should include the vault method code and any additional information required by the method's gateway request builders. The Braintree source can be referenced as an example, Pmclain\OneClickCheckout\Model\VaultSource\Braintree.
  2. Add the new VaultSource to the VaultPool in di.xml

  3. Update card renderer template via Vendor/Module/view/frontend/layout/vault_cards_listaction.xml

Magento Version Requirements

Release Magento Version
0.1.x 2.2.x
0.1.x 2.1.x
Nope 2.0.x

Screenshots

Order Button

Order Confirmation

Order Placement Error

Customer Card Management

Admin Configuration

License

GNU GENERAL PUBLIC LICENSE Version 3


All versions of module-one-click-checkout with dependencies

PHP Build Version
Package Version
Requires php Version ~5.6.0|~7.0.0|~7.1.0
magento/framework Version ~100.1.0|~100.2.0|~101.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pmclain/module-one-click-checkout contains the following files

Loading the files please wait ....