Skip to content
On this page
How-to Updated Sep 23, 2026

What is a condition?

In short

A condition tells Nex Reorder when a rule should apply — for example, only when the shipping country is not Canada. Conditions are optional: a rule without any applies to every eligible checkout.

Applies to

  • Payment and shipping rules
  • Hide, Rename and Reorder rules

Doesn't apply to

No exclusions — this applies everywhere the app runs.

Conditions in one sentence

A rule says what to change — hide, rename or reorder a method. A condition says when to change it.

RuleConditionResult
Hide Cash on DeliveryShipping country is not one of CanadaCOD disappears for every order going outside Canada
Hide Cash on Delivery(none)COD disappears for every order
Move Free Shipping to the topCart subtotal is greater than or equal to 100Free Shipping leads only on larger carts

Do you need one?

Ask: should this change happen on every checkout?

  • Yes → skip conditions. The rule applies to every eligible checkout.
  • No, only sometimes → add a condition that describes the “sometimes”.

How a condition is built

Every condition is three choices, made in this order:

  1. The field — what to check, such as Shipping country or Cart subtotal.
  2. The operator — how to compare it, such as Is not one of or Greater than or equal.
  3. The value — what to compare against, such as Canada or 500.

Read together, they make a sentence: Shipping country → Is not one of → Canada.

Add your first condition

  1. Open the rule and find the Conditions section.
  2. Select Add Condition.
  3. Choose the field, then the operator, then the value.
  4. Read the Rule Preview — it restates the condition in plain English.
  5. Save, then test one checkout that matches and one that does not.

More than one condition?

Set Condition Match Type. All Conditions Pass means every condition must be true; Any Condition Passes means one is enough. See all conditions vs any condition.

Next steps

Frequently asked

Do I have to add a condition?

No. Without conditions the rule applies to every eligible checkout, which is often what you want — for example, always renaming Cash on Delivery.

Can one rule have several conditions?

Yes. Then Condition Match Type decides whether all of them must be true, or just one.

Where do I find the full list of conditions?

In the conditions reference, which lists all 23 conditions and the operators each one accepts.

See also: Condition types · All conditions vs any condition · All conditions reference

Still stuck? Email support — we usually reply within a few hours.