PHPackages                             burnthebook/craft-commerce-click-and-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. burnthebook/craft-commerce-click-and-collect

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

burnthebook/craft-commerce-click-and-collect
============================================

A Craft Commerce plugin enabling Click &amp; Collect functionality.

2.0.0(1y ago)136proprietaryPHP

Since Jul 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Burnthebook/craft-commerce-click-and-collect)[ Packagist](https://packagist.org/packages/burnthebook/craft-commerce-click-and-collect)[ RSS](/packages/burnthebook-craft-commerce-click-and-collect/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

Click &amp; Collect for Craft Commerce
======================================

[](#click--collect-for-craft-commerce)

Click &amp; Collect for Craft Commerce adds drop in Click and Collect functionality to Craft Commerce.

**Note**: *The license fee for this plugin is $99 via the [Craft Plugin Store](https://plugins.craftcms.com/developer/burnthebook?craft4).*

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

[](#requirements)

- This plugin requires Craft CMS 5.6.0 or later.
- This plugin requires Craft Commerce 5.3.4 or later.
- This plugin requires PHP 8.2 or later.

    Click.and.Collect.for.Craft.Commerce.Demo.mp4    Note

Craft Commerce must be 5.3.4 or later due to [a bug in previous versions of Commerce 5 impacting registration of custom shipping methods.](https://github.com/craftcms/commerce/commit/b769a1d2541ba14dccd974d863a13e2b479a6ca8)

Compatibility &amp; Previous Versions
-------------------------------------

[](#compatibility--previous-versions)

Click &amp; Collect for Craft CommerceCraft 4Craft 51.x✅❌2.x❌✅Installation
------------

[](#installation)

To install Click &amp; Collect, follow these steps:

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require burnthebook/craft-commerce-click-and-collect

    ```
3. Install the plugin via `./craft install/plugin craft-commerce-click-and-collect` via the CLI, or in the Control Panel, go to Settings → Plugins and click the "Install" button for Click &amp; Collect for Craft Commerce.

You can also install Click &amp; Collect for Craft Commerce via the **Plugin Store** in the Craft Control Panel.

Click &amp; Collect for Craft Commerce works on Craft 4.x and Craft Commerce 4.6.0

Usage
-----

[](#usage)

Within your Shipping Template (see note below), simply add the following line:

```
{% include 'craft-commerce-click-and-collect/frontend/collection-points' with { csrfToken: craft.app.request.csrfToken } %}

```

Note

Your shipping template is where users choose a Shipping Method. Since Click &amp; Collect provides its own option, consider adding a "Delivery" and "Collection" tab, or a "Use Collection Point" option when selecting an address. The Shipping Address will automatically be set to the chosen Collection Point.

The included template provides a postcode lookup form (using postcodes.io). This fetches configured collection points from Craft, sorting them by distance, and shows users the earliest available collection time on each collection point. It also integrates with Craft Commerce, adding the necessary hidden fields to ensure that the order makes sense in the admin.

There may be some changes needed to integrate this into your design. For example, we only set the Shipping Address, not the Billing Address. If you want to collect the customers Billing Address you will need to add your own method collection. Please see Craft Commerce's default templates for an example:

If you want to reference example templates, or are using Craft Commerce's default templates, you can simply copy the modified templates from the plugin into your project with the following command (run within a terminal):

```
cp -r vendor/burnthebook/craft-commerce-click-and-collect/templates/dist/example-templates/* ./templates

```

This command will overwrite `/templates/shop/_private/address/list.twig` and `/templates/shop/checkout/shipping.twig` which have minimal modifications.

### Overloading Plugin Templates

[](#overloading-plugin-templates)

If you do not want to use the included plugin template, or need to modify it, run the following command within a terminal to get your own copy of the template to modify to your design:

```
mkdir -p /templates/craft-commerce-click-and-collect/frontend
cp -r vendor/burnthebook/craft-commerce-click-and-collect/templates/frontend/collection-points.twig ./templates/craft-commerce-click-and-collect/frontend/collection-points.twig

```

You will now have a copy of the template that you can modify. The included template is using Tailwind CSS and should be easily modifiable. *You do not need to modify the {% include %} tag you used above if you do this.*

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

[](#configuration)

Before the plugin will work effectively you need to create some Collection Points and Opening Times within the CraftCMS Admin.

Once the plugin is installed, you will see a new menu item called "Click &amp; Collect", if you click it you will see the list of Collection Points, as well a button to create a new Collection Point.

[![](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/collection-points-index.png)](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/collection-points-index.png)

[![](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/new-collection-point.png)](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/new-collection-point.png)

Important

When creating a new Collection Point, ensure to click the "Get Latitude &amp; Longitude" button to get the correct Lat/Lng for your address.

Once your Collection Point is created you can then create Opening Times for that Collection Point by clicking the Opening Times menu item.

[![](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/collection-times-index.png)](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/collection-times-index.png)

[![](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/new-collection-time.png)](https://raw.githubusercontent.com/Burnthebook/craft-commerce-click-and-collect/refs/heads/main/docs/img/new-collection-time.png)

Tip

It's beneficial to ensure that each day for your Collection Point has an Opening Time as these are displayed as your Opening Hours within the modal that appears on the front end.

Once a Collection Point has been created with Opening Times, it will appear in the Postcode search on the front end and will be available for Click &amp; Collect.

Changelog
---------

[](#changelog)

Please see CHANGELOG.md for a detailed Changelog.

Roadmap
-------

[](#roadmap)

Some things to do, and ideas for potential features:

- Move away from raw javascript and html-in-js within the included templates, look into using `script type="text/template"`
- Extract as much critical javascript as possible to dedicated javascript files so that users only need worry about the html templates.
- Investigate if this works with zipcodes for US based shipping.

Contributing
------------

[](#contributing)

Thank you for considering contributing to the plugin!

Did you find a bug and know how to fix it? Please submit a Github Issue with detailed replication steps, and then a Pull Request that references that issue.

Do you intend to add a new feature? Please submit a Github Issue for discussion before submitting a Pull Request.

Please format your code using [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) for PSR-2 coding style before submitting a Pull Request.

If you discover a security vulnerability, please send an email to Burnthebook at . All security vulnerabilities will be promptly addressed.

Thanks
------

[](#thanks)

\#extending-craft channel in the Craft CMS Discord

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance42

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~162 days

Recently: every ~31 days

Total

7

Last Release

478d ago

Major Versions

0.1.5 → 1.0.02024-11-14

1.0.1 → 2.0.02025-03-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59731094?v=4)[Burnthebook Ltd.](/maintainers/burnthebook)[@Burnthebook](https://github.com/Burnthebook)

---

Top Contributors

[![MadMikeyB](https://avatars.githubusercontent.com/u/831828?v=4)](https://github.com/MadMikeyB "MadMikeyB (37 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginclick-and-collectcraft-commerce

### Embed Badge

![Health badge](/badges/burnthebook-craft-commerce-click-and-collect/health.svg)

```
[![Health](https://phpackages.com/badges/burnthebook-craft-commerce-click-and-collect/health.svg)](https://phpackages.com/packages/burnthebook-craft-commerce-click-and-collect)
```

###  Alternatives

[verbb/events

A full-featured plugin for event management and ticketing.

2311.9k](/packages/verbb-events)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k70](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.9k](/packages/verbb-comments)[verbb/navigation

Create navigation menus for your site.

92705.0k18](/packages/verbb-navigation)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)

PHPackages © 2026

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