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 2w 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 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

2000d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/181731?v=4)[The Etherpad Foundation](/maintainers/ether)[@ether](https://github.com/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

393808.8k10](/packages/spicyweb-craft-neo)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

292943.4k27](/packages/craftcms-feed-me)[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k59](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k17](/packages/solspace-craft-freeform)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[verbb/workflow

Enforce multi-step review processes for creating entries.

138123.0k1](/packages/verbb-workflow)

PHPackages © 2026

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