PHPackages                             ether/cart-notices - 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. ether/cart-notices

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

ether/cart-notices
==================

Automatically show notices based off cart details

1.0.4(5y ago)11971[6 issues](https://github.com/ethercreative/cart-notices/issues)proprietaryPHPCI failing

Since Apr 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ethercreative/cart-notices)[ Packagist](https://packagist.org/packages/ether/cart-notices)[ RSS](/packages/ether-cart-notices/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

[![Cart Notices](./resources/banner.png)](./resources/banner.png)

Cart Notices
============

[](#cart-notices)

Automatically show notices based off cart details

#### Currently Supports:

[](#currently-supports)

- **Minimum Amount**: Show a notice based of the cart total
- **Deadline**: Show a notice on a given day of the week and time
- **Referer**: Show a notice to customers coming from a given referer
- **Products in cart**: If the user has specific products (within a given quantity) in their cart
- **Categories in cart**: Are any products or purchasables in the cart related to at-least one of these categories

Usage
-----

[](#usage)

You can perform an element query on the notices using:

```
{% set notices = craft.notices.all() %}
```

As well as supporting the [generic parameters for element queries](https://docs.craftcms.com/v3/dev/element-queries/#executing-element-queries)notices support some additional ones:

### `type`

[](#type)

Specify the type of notice you want to show. Can be a string or an array of strings. Must match the handles of the [notice types](https://github.com/ethercreative/cart-notices/blob/master/src/enums/Types.php#L25-L29).

```
{% set notices = craft.notices.type(['deadline', 'referer']).all() %}
```

### `filter`

[](#filter)

Defines whether or not we should filter the notices by the currently active cart (or the cart passed to `cart`). If true, all notices will be checked against the cart to see if they should show. Defaults to true.

```
{# This will show all notices regardless of the cart #}
{% set notices = craft.notices.filter(false).all() %}
```

### `cart`

[](#cart)

What cart (or order) should we filter the notices against? Defaults to the currently active cart.

```
{% set notices = craft.notices.cart(craft.commerce.carts.cart).all() %}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Total

4

Last Release

1954d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30c8191e4ff2ab8c26533caccdb3d82972acfb51bc5dc9650cb1d63b6ec48e82?d=identicon)[ether](/maintainers/ether)

---

Top Contributors

[![Tam](https://avatars.githubusercontent.com/u/977594?v=4)](https://github.com/Tam "Tam (22 commits)")

### Embed Badge

![Health badge](/badges/ether-cart-notices/health.svg)

```
[![Health](https://phpackages.com/badges/ether-cart-notices/health.svg)](https://phpackages.com/packages/ether-cart-notices)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

395798.1k10](/packages/spicyweb-craft-neo)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[verbb/vizy

A flexible visual editor field for Craft.

4348.6k](/packages/verbb-vizy)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

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