Display Rules

Multiple Display Rules with AND/OR (Pro)

2 min read

With Notifal Pro you can add more than one display rule per notification and choose how they work together: AND or OR.

The free plan allows one rule only. See Display Rules Basics.

Rule Combination Logic

When you have two or more active rules, a Rule Combination Logic dropdown appears:

LogicNotification shows when...
OR (default)Any one rule matches
ANDEvery rule matches at the same time

This works together with Show if / Don't show if at the top of the rules list.

OR examples (any rule matches)

Goal: Show on the Shop page or when cart is not empty.

  1. Rule 1: Post Type → Products archive (or Pages → Shop)
  2. Rule 2: WooCommerce Cart → Cart is not empty
  3. Logic: OR

Visitor sees the notification if either condition is true.

AND examples (all rules must match)

Goal: Show only to guests on product pages when cart total > $100.

  1. Rule 1: Products → Only specific category products (or Post Type → product)
  2. Rule 2: WooCommerce Cart → Cart total > 100
  3. Rule 3: Users → Guests only (Pro)
  4. Logic: AND

Visitor sees the notification only when all three are true.

Mixing rule types

You can combine any supported types:

  • Pages / Posts / Post Type / Products
  • WooCommerce Cart
  • Categories (Pro)
  • URL Conditions (Pro)
  • Users (Pro)

Each type has its own article in this topic.

Tips

  • Start simple: one rule, test, then add another with AND if you need stricter targeting.
  • Don't show if is powerful for exclusions without long include lists.
  • Display rules do not replace Timing or Frequency settings.

In this topic

  1. Display Rules Basics
  2. Page and Post Targeting
  3. Cart Display Rules (WooCommerce)
  4. Multiple Display Rules with AND/OR (Pro) (you are here)
  5. Category Display Rules (Pro)
  6. URL Conditions (Pro)
  7. User Display Rules (Pro)