PHPackages                             primitivesocial/craft-commerce-deal-maker - 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. primitivesocial/craft-commerce-deal-maker

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

primitivesocial/craft-commerce-deal-maker
=========================================

Checks if you are close a deal and tries to upsell ya

1.1.4(6y ago)0731MITPHP

Since Apr 1Pushed 6y ago3 watchersCompare

[ Source](https://github.com/PrimitiveSocial/craftcommercedealmaker)[ Packagist](https://packagist.org/packages/primitivesocial/craft-commerce-deal-maker)[ RSS](/packages/primitivesocial-craft-commerce-deal-maker/feed)WikiDiscussions master Synced today

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

CraftCommerce Deal Maker plugin for Craft CMS 3.x
=================================================

[](#craftcommerce-deal-maker-plugin-for-craft-cms-3x)

Checks if you are close a deal and tries to upsell ya

[![Screenshot](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

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

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

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

    ```
     cd /path/to/project

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

    ```
     composer require PrimitiveSocial/craft-commerce-deal-maker

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for CraftCommerce Deal Maker.

CraftCommerce Deal Maker Overview
---------------------------------

[](#craftcommerce-deal-maker-overview)

```
{% set f = craft.craftcommercedealmaker.get() %}
{% if f %}
  {% for deal in f %}
    You ordered {{ deal.current_quantity }} of {{ deal.lineitem.getPurchasable().title }}! You can get {{ deal.discount.description }} if you order {{ deal.deal_quantity - deal.current_quantity }} more!
  {% endfor %}
{% endif %}

```

This displays a standard object with four params **deal.lineitem**: The CraftCommerce LineItem associated with the deal **deal.discount**: The CraftCommerce Discount object **deal.current\_quantity**: The current quantity of items in the Order object **deal.deal\_quantity**: The amount needed to get the deal **deal.total\_quantity**: Total amount of various products in discount **deal.available**: Array of all products in loop

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

[](#contributing)

This is super early stage dev on this. Every PR is welcome.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~6 days

Recently: every ~14 days

Total

11

Last Release

2538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9833fa1630bcd67c1340f785eafdea467a48b3c665bcc4e59b1253e0fa400762?d=identicon)[jerredhurst](/maintainers/jerredhurst)

---

Top Contributors

[![dougblackjr](https://avatars.githubusercontent.com/u/6020323?v=4)](https://github.com/dougblackjr "dougblackjr (34 commits)")

---

Tags

cmsCraftcraftcmscraft-plugincraftcommerce deal maker

### Embed Badge

![Health badge](/badges/primitivesocial-craft-commerce-deal-maker/health.svg)

```
[![Health](https://phpackages.com/badges/primitivesocial-craft-commerce-deal-maker/health.svg)](https://phpackages.com/packages/primitivesocial-craft-commerce-deal-maker)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[pennebaker/craft-architect

CraftCMS plugin to generate content models from JSON/YAML data.

72148.5k5](/packages/pennebaker-craft-architect)

PHPackages © 2026

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