# bluefinchcommerce/module-checkout

`composer require bluefinchcommerce/module-checkout`

Canonical URL: https://packagento.com/bluefinchcommerce/module-checkout

## At a glance

- **Vendor**: bluefinchcommerce (https://packagento.com/bluefinchcommerce.md)
- **Latest version**: 1.3.7 — released 2026-01-23
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/bluefinchcommerce/module-checkout and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require bluefinchcommerce/module-checkout:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## README

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/BlueFinchCommerce/module-checkout/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/BlueFinchCommerce/module-checkout/tree/main)

[![GNU General Public License Version 3](./assets/license-GPLv3.svg)](https://github.com/BlueFinchCommerce/module-checkout/?tab=GPL-3.0-1-ov-file#readme)

![BlueFinch Checkout](./assets/logo.svg)

## BlueFinch Checkout

The BlueFinch Checkout has been designed and developed to provide a performant, best in class, and easily customisable checkout for your Adobe store. Built in Vue and adhering to UX best practices, this checkout allows customers to seamlessly transact whilst also allowing merchants to get up and running quickly with easy installation and the ability to style and amend the checkout from right within the magento platform.

### Features

The BlueFinch Checkout has a wealth of features which make it the checkout of choice for Adobe websites.

Features include:

- **Checkout Designer** - full control over the colours, text and styles of your checkout controlled in the admin without the need for development.
- **Instant Checkout** - compatible with payment wallets at the top of the checkout including Apple Pay and Google Pay to help users transact faster.
- **UX Best Practice** - our Checkout utilises UX best practices and has been thoroughly user tested to ensure the optimal user experience.
Streamlined Flow - reduced touch points for the user with preselected delivery and payment methods.
- **Simple Installation** - follows the standard installation process for Adobe Commerce modules.
- **Easy to Extend** - developers can create their own modules that hook into the extension points provided to re-use components or functionality, or add their own.
- **Fast loading** - a performant checkout ensuring quick seamless transactions for all customers.
- **Validation** - positive and negative validation is incorporated into every step to affirm to the user when a field is correctly completed and alert the user when a field has been incorrectly completed or missed.
- **Cross Sells in checkout** - increase your AOV and ensure the user has not forgotten any ancillary products or can reach a minimum delivery threshold by populating and displaying cross sell products in the checkout.
- **Optional Progress Bar** - configurable for desktop to highlight to the user where they are in their checkout journey and easily navigate through the stages.
- **Enhanced Order Success Page** - introducing our enhanced order success page allowing guest users to create an account by simply entering a password and displaying a comprehensive order summary with products, prices and order number information.
- **Enhanced Event Tracking** - BlueFinch Checkout comes with enhanced event tracking to allow you to create granular reports within GA4 on how users are interacting with the checkout.
- **3rd Party Compatibility** - BlueFinch Checkout is compatible with a wide range of third-party partners including Braintree, PayPal Complete Payments,  Loqate, WebShopApps, AFD, Age Checker, Braintree, Adyen and more.

### Requirements

- Magento 2.4.6 or higher
- Node 16 or higher (for development purposes only)

### Installation

To install the BlueFinch Checkout module, run the following command in your Magento 2 root directory:

``` composer require bluefinchcommerce/module-checkout ```

BlueFinch Checkout follows the standard installation process for Adobe Commerce.

For information about a module installation in Adobe Commerce, see [Enable or disable modules](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/tutorials/manage-modules).

To enable the BlueFinch Checkout on your store, log into the Magento admin area, then:

Stores > Configuration (Select your store if multi store) > BlueFinch > Checkout > General - Enable Module: Yes

Remember to clear any appropriate caches.

### Documentation

- [Contributing](.github/CONTRIBUTING.md)
    - [Local frontend development workflow](.github/CONTRIBUTING.md#local-frontend-development-workflow)
    - [Branching strategy](.github/CONTRIBUTING.md#branching-strategy)
    - [Making a release](.github/CONTRIBUTING.md#making-a-release)
- [Custom extension guide](docs/Extensions.md)
- [How to create a checkout extension module](docs/how-to-create-a-checkout-extension-module.md)
- [How to create payment methods](docs/how-to-create-a-payment-method.md)
- [GA4 Custom Event Tracking](docs/ga4-custom-event-tracking.md)

#### BlueFinch Checkout extension modules

You can find our template for creating BlueFinch Checkout extension modules **[here](https://github.com/bluefinchcommerce/module-checkout-new-module-template)**.

### Default payment support

By default, BlueFinch Checkout includes support for Braintree payments.

If your site is using Adyen as the payment provider, you can install the [BlueFinch Checkout Adyen module](https://github.com/bluefinchcommerce/module-checkout-adyen)
which integrates with Magento_GraphQl and Adyen_Payment dependencies.

### CircleCi

CircleCi is a tool to allow for tests to be run on modules before they are deployed.

This module is configured to run with EsLint and PHPStan.

#### Testing your module locally

You can test CircleCi before you push your code.

To do this you need to install circleci locally.

``` brew install circleci```

Then once this has been installed in the main directory of your package then.

```circleci local execute```

## Recent Versions

| Version | Released |
|---|---|
| 1.3.7 | 2026-01-23 |
| 1.3.6 | 2026-01-19 |
| 1.3.5 | 2026-01-14 |
| 1.3.4 | 2025-10-28 |
| 1.3.3 | 2025-08-11 |
| 1.3.2 | 2025-07-31 |
| 1.3.1 | 2025-07-16 |
| 1.3.0 | 2025-06-03 |
| 1.2.3 | 2025-03-18 |
| 1.2.2 | 2025-02-25 |

Showing 10 of 28 versions. Full release history on https://packagento.com/bluefinchcommerce/module-checkout.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| magento/framework | * |
| magento/module-checkout | * |
| magento/module-checkout-agreements | * |
| magento/module-quote | * |
| php | ~8.1.0\|\|~8.2.0\|\|~8.3.0\|\|~8.4.0 |

### Require (dev)

| Package | Constraint |
|---|---|
| dealerdirect/phpcodesniffer-composer-installer | ^1.0 |
| magento/magento-coding-standard | <=35 |
| phpcompatibility/php-compatibility | * |
| phpstan/phpstan | ^1.9 |
| phpunit/phpunit | * |
| squizlabs/php_codesniffer | ^3.6 |

### Suggest

| Package | Constraint |
|---|---|
| paypal/module-braintree-core | * |

## Quality

Latest release (1.3.7) fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | Pass | – |
| 2.4.9 | – | – | Pass | not tested |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — 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.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 407 | 15 errors, 392 warnings (ruleset: Magento2) — 8 auto-fixable with phpcbf |
| PHPMD | Warning | 5 | 5 rule violations (UnusedFormalParameter:3, IfStatementAssignment:1, MissingImport:1) |
| Cpd | Pass | 0 |  |
| Composer validate | Info | 4 | valid; 4 advisory notes (composer validate --strict) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 28 | 28 | – | – |
| 2.4.8 | – | 28 | 28 | – |
| 2.4.9 | – | – | 28 | N/A |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit Tests

| 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

| 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

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | Pass | 0 |  |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["bluefinchcommerce/module-checkout"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

bluefinchcommerce is a Magento 2 vendor on Packagento. See https://packagento.com/bluefinchcommerce.md for their full catalogue.

