Download the PHP package controlaltdelete/magento2-colissimo-hyva-checkout without Composer

On this page you can find all versions of the php package controlaltdelete/magento2-colissimo-hyva-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 magento2-colissimo-hyva-checkout

Colissimo Relay Point Picker for Hyvä Checkout

A Magento 2 module that integrates Colissimo relay point selection into the Hyvä Checkout experience.

Developed by Control Alt Delete BV — a Magento and Hyvä specialist agency with deep expertise in Hyvä Checkout integrations. We've built production-grade shipping, payment, and pickup-point integrations for merchants across Europe, and we hold ourselves to a high bar: the proof is in the pudding — this repo ships with automated end-to-end tests so you know the checkout flow keeps working.

This module is an independent, community-developed integration. It is not affiliated with, endorsed by, or developed in partnership with La Poste or Colissimo.


Screenshots


Onepage checkout

Multistep checkout

Delivery method label

Address search

Google Maps view

Pick-up points list

Opening hours

Selected relay point

Overview

When customers choose the Colissimo relay point (PR) shipping method during checkout, this module presents an interactive picker that lets them search for and select a nearby relay point -- either by entering an address, using their browser's geolocation, or browsing an embedded Google Map.

The selected relay point is saved to the quote and passed along to the order, making it available for fulfilment via the standard Colissimo module.

Features

Requirements

Dependency Version
PHP 8.1 or higher
Magento 2.4.4 or higher
La Poste Colissimo module *
Hyvä Checkout 1.3 or higher
Google Maps API key --

The La Poste Colissimo module is free and must be downloaded and installed separately from the Adobe Commerce Marketplace. This module is a compatibility layer on top of it — it does not replace or include the Colissimo shipping logic itself.

A Google Maps API key with the following APIs enabled is required:

Note: Billing must be enabled on your Google Cloud project, even if you stay within Google's free tier. Requests from a key that has no billing account attached will fail silently, and the map will render blank with an ApiNotActivatedMapError or similar message in the browser console.

Installation

Install via Composer:

Configuration

Go to Stores > Configuration > Carriers > LaPoste > Hyvä Checkout integration and fill in:

Field Description
Google Maps API Key Your Google Maps API key
Region Default geocoding region (default: fr)
Starting Latitude Initial map centre latitude (default: 48.8566, Paris)
Starting Longitude Initial map centre longitude (default: 2.3522, Paris)

How It Works

  1. The customer selects the Colissimo relay point (PR) shipping method in Hyvä Checkout.
  2. A relay picker modal is shown, prompting the customer to find a pickup point.
  3. The customer searches by address or uses their device location.
  4. Available relay points are fetched from the Colissimo API and displayed as a list and on a map.
  5. When the customer selects a relay point, the quote's shipping address is updated with the relay point's details (name, address, postal code, city, country).
  6. The selected relay information is persisted in the checkout session.
  7. The checkout step validates that a relay point has been selected before allowing the customer to proceed.

Testing

The proof is in the pudding: this repository ships with a full suite of automated end-to-end tests written in Playwright, covering the relay-point picker, address search, map interactions, and the full checkout flow from cart to order confirmation.

Every change is validated against these tests before it lands, so you can upgrade with confidence that the checkout integration keeps working in both onepage and multistep Hyvä Checkout layouts.

Test reports are written to playwright-report/.

Troubleshooting

The relay picker opens but the map is blank or the address autocomplete doesn't work. Check the browser console for errors from maps.googleapis.com. The most common causes are:

"Please select a pickup point before proceeding" keeps showing after I picked one. The selected point is stored in the checkout session under lpc_relay_information. If this keeps happening, check that the underlying La Poste Colissimo module is properly configured (account credentials, relay-point shipping method enabled) and that the shipping method code is colissimo_pr.

Pickup points fail to load ("An error occurred while fetching pickup points"). This call goes through the La Poste Colissimo SOAP API. Check var/log/system.log / exception.log — this module logs the upstream error message. Verify the Colissimo account credentials and that the shipping address country is one Colissimo services.

The map view shows deprecation warnings in the browser console. This module currently uses google.maps.Marker, which Google has deprecated in favour of AdvancedMarkerElement. The markers still render today; migration is on the roadmap.

Changelog

See the GitHub Releases page for version history and upgrade notes.

Automated testing is a core part of how Control Alt Delete delivers checkout integrations — if you need a bespoke shipping, payment, or pickup-point integration for Hyvä Checkout, get in touch.


About Control Alt Delete

Control Alt Delete BV is a Magento and Hyvä specialist agency. We build fast, maintainable storefronts and open-source tooling for the Magento ecosystem, with a particular focus on Hyvä Checkout integrations — shipping methods, payment providers, pickup-point pickers, and custom checkout steps.

Every integration we ship is backed by automated end-to-end tests, because a checkout that silently breaks is worse than no checkout at all. The proof is in the pudding: this repo is a live example of how we work.

Disclaimer

This module is developed and maintained by Control Alt Delete BV. It has no affiliation with La Poste, Colissimo, or any of their subsidiaries. All Colissimo trademarks and service names belong to their respective owners.

License

Released under the MIT License. Copyright (c) Control Alt Delete BV.


All versions of magento2-colissimo-hyva-checkout with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
hyva-themes/magento2-hyva-checkout Version ^1.3
laposte/magento2-colissimo-module Version ^1.11
magento/framework Version ^103.0.4
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 controlaltdelete/magento2-colissimo-hyva-checkout contains the following files

Loading the files please wait ...