PHPackages                             thelia/colissimo-pickup-point-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. thelia/colissimo-pickup-point-module

ActiveThelia-module

thelia/colissimo-pickup-point-module
====================================

2.0.8(4mo ago)12.2k↓100%11[2 issues](https://github.com/thelia-modules/ColissimoPickupPoint/issues)[4 PRs](https://github.com/thelia-modules/ColissimoPickupPoint/pulls)LGPL-3.0+PHPCI passing

Since Jun 24Pushed 4mo ago5 watchersCompare

[ Source](https://github.com/thelia-modules/ColissimoPickupPoint)[ Packagist](https://packagist.org/packages/thelia/colissimo-pickup-point-module)[ RSS](/packages/thelia-colissimo-pickup-point-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (23)Used By (0)

ColissimoPickupPoint
====================

[](#colissimopickuppoint)

Adds a delivery system for Colissimo pickup point delivery, with or without signature.

Installation
------------

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is ReadmeTest.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/colissimo-pickup-point-module:~2.0.0

```

Usage
-----

[](#usage)

From the module configuration tab :

- Price slice tab : Allow you to define price slices for every area served by your module, as well as to toggle free shipping, for a minimum price, minimum price by area, or for everyone.
- Advanced Configuration tab : Lets you configure your module

Loop
----

[](#loop)

If your module declare one or more loop, describe them here like this :

\[colissimo.pickup.point.check.rights\]

### Input arguments

[](#input-arguments)

None

### Output arguments

[](#output-arguments)

VariableDescription$ERRMESError message$ERRFILEFile where the error has been detected### Exemple

[](#exemple)

`{loop name="yourloopname" type="colissimo.pickup.point.check.rights"}\{/loop}`

\[colissimo.pickup.point\]

### Input arguments

[](#input-arguments-1)

ArgumentDescription**area\_id**Mandatory. Id of the area we want to know the price slices of### Output arguments

[](#output-arguments-1)

VariableDescription$SLICE\_IDThe ID of this price slice$MAX\_WEIGHTMax cart weight for the price slice$MAX\_PRICEMax cart price for the price slice$PRICEDelivery price for this price slice$FRANCOUNUSED### Exemple

[](#exemple-1)

`{loop name="yourloopname" type="colissimo.pickup.point"}\{/loop}`

\[colissimo.pickup.point.id\]

### Input arguments

[](#input-arguments-2)

None

### Output arguments

[](#output-arguments-2)

VariableDescription$MODULE\_IDId of the ColissimoPickupPoint module### Exemple

[](#exemple-2)

`{loop name="yourloopname" type="colissimo.pickup.point.id"}\{/loop}`

\[colissimo.pickup.point.around\]

### Input arguments

[](#input-arguments-3)

ArgumentDescription**countryid**Country ID of where the search location is**zipcode**Zipcode of the searched city**city**Name of the searched city**address**Id of the address to use for the search. Cannot be used at the same time as zipcode + city### Output arguments

[](#output-arguments-3)

VariableDescription$LONGITUDElongitude of the pickup point relay$LATITUDElatitude of the pickup point relay$CODEID of the pickup point relay$ADDRESSaddress of the pickup point relay$ZIPCODEzipcode of the pickup point relay$CITYcity of the pickup point relay$DISTANCEdistance between the relay point and the customer's address/searched address### Exemple

[](#exemple-3)

`{loop name="yourloopname" type="colissimo.pickup.point.around"}\{/loop}`

\[address.colissimo.pickup.point\]

### Input arguments

[](#input-arguments-4)

The same as the loop address

### Output arguments

[](#output-arguments-4)

The same as the loop address, but with the pickup point's address

### Exemple

[](#exemple-4)

`{loop name="yourloopname" type="address.colissimo.pickup.point"}\{/loop}`

\[order.notsent.colissimo.pickup.point\]

### Input arguments

[](#input-arguments-5)

None

### Output arguments

[](#output-arguments-5)

The same as the loop order, but with not sent ColissimoPickupPoint orders.

### Exemple

[](#exemple-5)

`{loop name="yourloopname" type="order.notsent.colissimo.pickup.point"}\{/loop}`

\[colissimo.pickup.point.order\_address\]

### Input arguments

[](#input-arguments-6)

ArgumentDescription**id**Mandatory. ID of the OrderAddressColissimoPickupPoint that should be retrieved by the loop.### Output arguments

[](#output-arguments-6)

VariableDescription$IDOrderAddressColissimoPickupPoint ID.$CODEOrderAddressColissimoPickupPoint code.$TYPEOrderAddressColissimoPickupPoint type.### Exemple

[](#exemple-6)

`{loop name="yourloopname" type="colissimo.pickup.point.order_address"}\{/loop}`

\[colissimo.pickup.point.area.freeshipping\]

### Input arguments

[](#input-arguments-7)

ArgumentDescription**area\_id**Id of the area we want to know if freeshipping from is active### Output arguments

[](#output-arguments-7)

VariableDescription$IDColissimoPickupPointAreaFreeshipping ID.$AREA\_IDThe area ID.$CART\_AMOUNTThe minimum cart amount to have free shipping for this area.### Exemple

[](#exemple-7)

`{loop name="yourloopname" type="colissimo.pickup.point.area.freeshipping"}\{/loop}`

\[colissimo.pickup.point.freeshipping\]

### Input arguments

[](#input-arguments-8)

ArgumentDescription**id**Should always be 1.### Output arguments

[](#output-arguments-8)

VariableDescription$FREESHIPPING\_ACTIVEWhether free shipping is activated with no restrictions on all area.$FREESHIPPING\_FROMThe minimum cart amount to have free shipping on all alreas.### Exemple

[](#exemple-8)

`{loop name="yourloopname" type="colissimo.pickup.point.freeshipping"}\{/loop}`

\##Plugins Smarty

\[colissimoPickupPointDeliveryPrice\]

### Input arguments

[](#input-arguments-9)

ArgumentDescription**country**The country ID from which you want to get the delivery prices. Defaults to store country### Output arguments

[](#output-arguments-9)

VariableDescription$isValidModeWhether the delivery is valid for the cart in session and the chosen country.$deliveryPriceThe delivery price for the cart in session in the chosen country.### Exemple

[](#exemple-9)

`{colissimoPickupPointDeliveryPrice country=64}`

\##Integration A integration example is available for the default theme of Thelia. To install it, copy the files of pathToColissimoPickupPoint/templates/frontOffice/default and pathToColissimoPickupPoint/templates/frontOffice/default/ajax respectively in pathToThelia/templates/frontOffice/default and pathToThelia/templates/frontOffice/default/ajax

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance54

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~105 days

Recently: every ~202 days

Total

20

Last Release

144d ago

Major Versions

1.0.10 → 2.0.02022-10-24

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![Lurivar](https://avatars.githubusercontent.com/u/33634597?v=4)](https://github.com/Lurivar "Lurivar (23 commits)")[![julescournut](https://avatars.githubusercontent.com/u/26310511?v=4)](https://github.com/julescournut "julescournut (12 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (10 commits)")[![NicolasBarbey](https://avatars.githubusercontent.com/u/26166378?v=4)](https://github.com/NicolasBarbey "NicolasBarbey (3 commits)")[![thomas-dsm](https://avatars.githubusercontent.com/u/84772220?v=4)](https://github.com/thomas-dsm "thomas-dsm (3 commits)")[![ThomasDaSilva](https://avatars.githubusercontent.com/u/97163246?v=4)](https://github.com/ThomasDaSilva "ThomasDaSilva (2 commits)")[![zawaze](https://avatars.githubusercontent.com/u/37273643?v=4)](https://github.com/zawaze "zawaze (1 commits)")[![Lucanis](https://avatars.githubusercontent.com/u/6052481?v=4)](https://github.com/Lucanis "Lucanis (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-colissimo-pickup-point-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-colissimo-pickup-point-module/health.svg)](https://phpackages.com/packages/thelia-colissimo-pickup-point-module)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
