PHPackages                             nowpost/module-click-collect - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. nowpost/module-click-collect

ActiveMagento2-module[HTTP &amp; Networking](/categories/http)

nowpost/module-click-collect
============================

NowPost Click &amp; Collect shipping method for Magento 2 — PUDO pickup point selection at checkout

00PHP

Since Mar 18Pushed 1mo agoCompare

[ Source](https://github.com/NowPost-NG/nowpost-plugin-magento-2)[ Packagist](https://packagist.org/packages/nowpost/module-click-collect)[ RSS](/packages/nowpost-module-click-collect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

NowPost Click &amp; Collect for Magento 2
=========================================

[](#nowpost-click--collect-for-magento-2)

A Magento 2 shipping method module that integrates NowPost's PUDO (Pick-Up/Drop-Off) network into your store's checkout. Customers select a convenient pickup point on an interactive map instead of providing a delivery address — reducing failed deliveries and improving customer satisfaction.

Features
--------

[](#features)

- **Pickup Point Selection**: Customers choose a NowPost pickup point directly in the checkout shipping step
- **Interactive Map Widget**: Powered by NowPost Maps — shows nearby pickup points with live availability
- **Dynamic Shipping Fee**: Fee is automatically calculated and applied based on the selected pickup point
- **Order Synchronization**: Orders are automatically sent to the NowPost API on completion
- **Admin Visibility**: Pickup point details and sync status displayed in the order admin view
- **Email Integration**: Pickup location included in order confirmation emails
- **Validation**: Enforces pickup point selection before payment (configurable)

Requirements
------------

[](#requirements)

- **Magento**: 2.4.6 or higher
- **PHP**: 8.1 or higher
- **NowPost Account**: API token required (obtain from the [NowPost partner portal](https://nowpost.com))

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

[](#installation)

> ⚠️ **IMPORTANT: The two installation methods below are MUTUALLY EXCLUSIVE.**Use **one method only**. Installing via both Composer AND manual copy will cause class conflicts and crash your Magento store.

See [INSTALL.md](INSTALL.md) for full installation instructions.

**Quick start (Composer):**

```
composer require nowpost/module-click-collect
bin/magento setup:upgrade && bin/magento cache:flush
```

**Manual Installation:**

For stores without Composer, use the build script to create a distributable package:

```
cd apps/magento-plugin
./build-plugin.sh
```

This generates a `.tar.gz` archive in the `dist/` directory. Extract it into your Magento `app/code/` directory and run the setup commands above.

Configuration
-------------

[](#configuration)

1. Go to **Stores &gt; Configuration &gt; Sales &gt; Shipping Methods &gt; NowPost Click &amp; Collect**
2. Configure the following settings:

SettingDescriptionDefault**Enabled**Enable/disable the shipping methodNo**Widget Token**Your NowPost API token (required)—**Title**Display name shown to customers at checkoutPickup via NowPost**Production Mode**Toggle between staging and production APINo (staging)**Require Selection**Force customers to select a pickup point before paymentYes**Accent Color**Brand color for the widget UI (hex, e.g. `#8b5cf6`)—**Logo URL**URL to your logo for the widget header—**Map Marker URL**URL to a custom map marker icon—**Initial Zoom**Default map zoom level (1–20)11Shipping Zones
--------------

[](#shipping-zones)

The NowPost shipping method must be added to your Magento shipping zones:

1. Go to **Stores &gt; Configuration &gt; Sales &gt; Shipping Methods**
2. Enable **NowPost Click &amp; Collect** and configure your token
3. The method will appear at checkout for applicable zones

Local E2E Debug Scripts
-----------------------

[](#local-e2e-debug-scripts)

Use these local helpers to place a test order and inspect sync state quickly.

**Place a NowPost checkout order (Playwright):**

```
cd apps/magento-plugin
node scripts/place-nowpost-order.playwright.mjs --headless=false --baseUrl=http://localhost:8080
```

This prints a single machine-parseable line:

```
NOWPOST_E2E_RESULT:{"success":true,"increment":"000000004","orderSuccessUrl":"http://localhost:8080/checkout/onepage/success/","error":null}

```

**Check order sync details by increment:**

```
cd apps/magento-plugin
./scripts/check-nowpost-sync.sh 000000004
```

This queries the `sales_order` NowPost fields from Docker container `nowpost-magento` and prints recent `NowPost` lines from Magento `system.log` and `debug.log`.

Support
-------

[](#support)

For issues with the NowPost API or widget, contact .

For module issues, refer to the [INSTALL.md](INSTALL.md) troubleshooting section.

---

*Part of the NowPost platform. Proprietary license.*

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance59

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eac0674d322206a4fb2d405bbd0e90fe360ab6c0c16918a6a94c47978ebc6deb?d=identicon)[Nowpost](/maintainers/Nowpost)

---

Top Contributors

[![maseh87](https://avatars.githubusercontent.com/u/2942583?v=4)](https://github.com/maseh87 "maseh87 (1 commits)")[![papidb](https://avatars.githubusercontent.com/u/19100745?v=4)](https://github.com/papidb "papidb (1 commits)")

### Embed Badge

![Health badge](/badges/nowpost-module-click-collect/health.svg)

```
[![Health](https://phpackages.com/badges/nowpost-module-click-collect/health.svg)](https://phpackages.com/packages/nowpost-module-click-collect)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M318](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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