> ## Documentation Index
> Fetch the complete documentation index at: https://docs.checkoutrules.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Condition Set 4

> Learn about each condition available inside _Condition Set 4_.

## Always

If you don’t want to set any condition, select *Always*. The rule will run every time for everyone, without checking any conditions.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/always.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=63cabc820797867999942ee1d2339f92" alt="Always" width="937" height="116" data-path="images/essentials/condition-sets/always.webp" />

## Previous all conditions invalid

When all previous conditions are invalid in the previous [rule block](/guides/en/get-started/concepts#block), i-e the previous rule block did not run, this condition becomes true, ensuring the action is triggered only if none of the earlier conditions are met.

<Note>Available only when at least one previous rule block exists.</Note>

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/previous-all-conditions-invalid.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=8aad3eabfdbbaa68d92a47645266a3af" alt="Previous All Conditions Invalid" width="932" height="97" data-path="images/essentials/condition-sets/previous-all-conditions-invalid.webp" />

## Customer

### Email address

This condition checks the customer’s **email address** against specific criteria, based on one of the following sub-conditions:

* **contains** (The email address includes the entered value)
* **does not contain** (The email address does not include the entered value)
* **is empty** (No email address is provided)
* **is not empty** (An email address is provided)
* **is** (The email address exactly matches the entered value)
* **is not** (The email address does not exactly match the entered value)

For **contains**, **does not contain**, **is**, and **is not**, type a value in the text box to compare against the customer’s email address.

> For example, `contains @gmail.com` → Matches any email address ending with “@gmail.com”.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/email-contains.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=58d50b96c704771c0ca7ff82e04189a3" alt="Email Contains" width="935" height="111" data-path="images/essentials/condition-sets/email-contains.webp" />

For **is empty** and **is not empty**, no value entry is required.

> For example, `is empty` → Matches when the email field is blank.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/email-empty.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=c3b5a536c2077b3002a2b7205f7190d4" alt="Email Empty" width="932" height="111" data-path="images/essentials/condition-sets/email-empty.webp" />

### Customer tag

This condition checks the **customer’s tag** against specific criteria, based on one of the following sub-conditions:

* **has value of** (Matches when the customer’s tags include the entered value)
* **does not have value of** (Matches when the customer’s tags do not include the entered value)

To set these conditions, enter the tag value in the field and choose the appropriate comparison from the dropdown.

> For example, `has value of VIP` → Matches customers who have the **VIP** tag.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/customer-tag-has-value-of.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=580775d257c3c6de2599d14703519a17" alt="Customer Tag Condition" width="937" height="107" data-path="images/essentials/condition-sets/customer-tag-has-value-of.webp" />

### Customer total number of previous orders

This condition checks the **total number of previous orders** placed by the customer against specific criteria, based on one of the following sub-conditions:

* **is greater than or equals** (Matches when the customer’s total number of previous orders is greater than or equal to the entered number)
* **is less than or equals** (Matches when the customer’s total number of previous orders is less than or equal to the entered number)

To set these conditions, enter the number of orders in the field and choose the appropriate comparison from the dropdown.

> For example, `is greater than or equals 3` → Matches customers who have placed 3 or more previous orders.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/customer-total-previous-orders.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=b415937799897db0c6d627a62583b7b6" alt="Customer Total Previous Orders" width="932" height="98" data-path="images/essentials/condition-sets/customer-total-previous-orders.webp" />

## B2B Details

### Customer is a B2B company

This condition checks whether the customer belongs to a **company** in your store records. If the customer is identified as a B2B company, the condition is considered met.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/customer-is-b2b-company.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=db158736b9bedd902e409399a115d044" alt="Customer is a B2B Company" width="932" height="98" data-path="images/essentials/condition-sets/customer-is-b2b-company.webp" />

### Customer is not a B2B company

This condition checks whether the customer does **not** belong to a **company** in your store records. If the customer is not identified as a B2B company, the condition is considered met.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/customer-is-not-b2b-company.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=c030c6bbab738329745035c94fd774fe" alt="Customer is Not a B2B Company" width="937" height="102" data-path="images/essentials/condition-sets/customer-is-not-b2b-company.webp" />

### Purchasing company name

This condition checks if the customer belongs to a company in your store records, then checks that **purchasing company name** against specific criteria, based on one of the following sub-conditions:

* **contains** (The purchasing company name includes the entered value)
* **does not contain** (The purchasing company name does not include the entered value)
* **is empty** (No purchasing company name is provided)
* **is not empty** (A purchasing company name is provided)
* **is** (The purchasing company name exactly matches the entered value)
* **is not** (The purchasing company name does not exactly match the entered value)

For **contains**, **does not contain**, **is**, and **is not**, type a value in the text box to compare against the customer’s purchasing company name.

> For example, `contains Trading` → Matches any purchasing company name containing the word “Trading”.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/purchasing-company-name-contains.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=6ed79fe13a2ab7f0f41ebc3216db5b7e" alt="Purchasing Company Name Contains" width="935" height="99" data-path="images/essentials/condition-sets/purchasing-company-name-contains.webp" />

For **is empty** and **is not empty**, no value entry is required.

> For example, `is empty` → Matches when the purchasing company name field is blank.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/purchasing-company-name-empty.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=3863cf371db104a084ba90c11c94e6c1" alt="Purchasing Company Name Empty" width="932" height="98" data-path="images/essentials/condition-sets/purchasing-company-name-empty.webp" />

### Purchasing company location name

This condition checks if the customer belongs to a company in your store records, then checks that **purchasing company location name** against specific criteria, based on one of the following sub-conditions:

* **contains** (The purchasing company location name includes the entered value)
* **does not contain** (The purchasing company location name does not include the entered value)
* **is empty** (No purchasing company location name is provided)
* **is not empty** (A purchasing company location name is provided)
* **is** (The purchasing company location name exactly matches the entered value)
* **is not** (The purchasing company location name does not exactly match the entered value)

For **contains**, **does not contain**, **is**, and **is not**, type a value in the text box to compare against the customer’s purchasing company location name.

> For example, `contains New York` → Matches any purchasing company location name containing “New York”.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/purchasing-company-location-name-contains.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=7628ba1f7f16fbd87353ed902b6f0025" alt="Purchasing Company Location Name Contains" width="931" height="100" data-path="images/essentials/condition-sets/purchasing-company-location-name-contains.webp" />

For **is empty** and **is not empty**, no value entry is required.

> For example, `is empty` → Matches when the purchasing company location name field is blank.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/purchasing-company-location-name-empty.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=422f246a08b21957cf0d796f558753ed" alt="Purchasing Company Location Name Empty" width="937" height="106" data-path="images/essentials/condition-sets/purchasing-company-location-name-empty.webp" />

## Order Details

### Order subtotal amount

This condition checks the **order’s subtotal amount** against specific criteria, based on one of the following sub-conditions:

* **is greater than or equals** (Matches when the order’s subtotal amount is greater than or equal to the entered amount)
* **is less than or equals** (Matches when the order’s subtotal amount is less than or equal to the entered amount)

To set these conditions, enter the amount in the field and choose the appropriate comparison from the dropdown.

<Note>
  Enter the amount in your store currency. Settings > Store Details > Store
  Currency
</Note>

> For example, `is greater than or equals 699` → Matches orders with a subtotal amount of 699 or more.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/order-subtotal-amount.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=cc45c14d66b129e3fbc27f164742fded" alt="Order Subtotal Amount" width="935" height="94" data-path="images/essentials/condition-sets/order-subtotal-amount.webp" />

## Cart Details

### Currency

Used to compare the customer's currency selection on your store, with one or more specific currencies, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the customer's currency is from the given list)
* **Does not have any of these values** (Matches if the customer's currency is not from the given list)
* **Has any other value besides these values** (Matches if the customer's currency is not from the given list)
* **Does not have any other value besides these values** (Matches if the customer's currency is from the given list and no others)

For any of the above options, search and select one or more currencies from the list. You can also use the **Paste**, **Copy all**, or **Clear all** options for quick selection. Separate multiple values with commas.

> For example, `Does not have any other value besides these values: USD, EUR` → Matches if the field contains only “USD” or “EUR” and no other currencies.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/select-currencies.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=d324f0204db35b20219bd0254925424e" alt="Multiple Currencies" width="719" height="429" data-path="images/essentials/condition-sets/select-currencies.webp" />

### Product vendor

This condition checks the **product vendor** against specific criteria. If any product in the cart has the entered Product Vendor value, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the product vendor has at least one of the entered values)
* **Does not have any of these values** (Matches if the product vendor has none of the entered values)
* **Has any other value besides these values** (Matches if the product vendor has a value that is not among the entered values)
* **Does not have any other value besides these values** (Matches if the product vendor has only the entered values and no others)
* **Has number of values greater than or equals** (Matches if the **count** of product vendors is greater than or equal to the entered number)
* **Has number of values less than or equals** (Matches if the **count** of product vendors is less than or equal to the entered number)

For **Has any of these values**, **Does not have any of these values**, **Has any other value besides these values**, and **Does not have any other value besides these values**, enter one or more product vendor names into the field. Separate multiple values with commas.

<Note>
  Use \* wildcard to match multiple values. For example, Drop\* will match
  Dropship, drop-590 etc. Use ? to match to any single character.
</Note>

> For example, `Has any of these values: Nike, Adidas` → Matches if the product vendor
> is either “Nike” or “Adidas”.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-vendor.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=0144cc19c61703a729ff889caf3d5ca5" alt="Product Vendor" width="948" height="209" data-path="images/essentials/condition-sets/product-vendor.webp" />

For **Has number of values greater than or equals** and **Has number of values less than or equals**, enter a single numeric value in the field to match the product vendor count.

> For example, `Has number of values greater than or equals 3` → Matches if there are three or more product vendors.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/count-product-vendor.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=67210eded75b9146777c020d465aa9e3" alt="Product Vendor Count" width="932" height="99" data-path="images/essentials/condition-sets/count-product-vendor.webp" />

### Product title

This condition checks the **product title** against specific criteria. If any product in the cart has the entered Product Title value, based on one of the following sub-conditions:

* **contains** (The product title includes the entered value)

* **does not contain** (The product title does not include the entered value)

* **is** (The product title exactly matches the entered value)

* **is not** (The product title does not exactly match the entered value)

To set these conditions, enter the product title value in the field and choose the appropriate comparison from the dropdown.

> For example, `contains Shoes` → Matches any product title containing the word “Shoes”.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-title-contains.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=a21141ca5c650df71db2bdddb33632c5" alt="Product Title Contains" width="932" height="99" data-path="images/essentials/condition-sets/product-title-contains.webp" />

### Product type

This condition checks the **product type** against specific criteria. If any product in the cart has the entered Product Type value, based on one of the following sub-conditions:

* **contains** (The product type includes the entered value)
* **does not contain** (The product type does not include the entered value)
* **is empty** (No product type is provided)
* **is not empty** (A product type is provided)
* **is** (The product type exactly matches the entered value)
* **is not** (The product type does not exactly match the entered value)

For **contains**, **does not contain**, **is**, and **is not**, type a value in the text box to compare against the product type.

> For example, `contains Electronics` → Matches any product type containing the word “Electronics”.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-type-contains.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=37f5c4c1466cb048a1c43f1a4fce55de" alt="Product Type Contains" width="936" height="101" data-path="images/essentials/condition-sets/product-type-contains.webp" />

For **is empty** and **is not empty**, no value entry is required.

> For example, `is empty` → Matches when the product type field is blank.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-type-empty.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=5e8445b94c5b9f62d1bd06cf3e9bed98" alt="Product Type Empty" width="935" height="102" data-path="images/essentials/condition-sets/product-type-empty.webp" />

### Order subtotal amount per SKU

This condition checks the **subtotal amount of products with a specific SKU** in the order against defined criteria, based on one of the following sub-conditions:

* **amount is greater than or equals** (Matches when the subtotal amount of products with the specified SKU is greater than or equal to the entered amount)
* **amount is less than or equals** (Matches when the subtotal amount of products with the specified SKU is less than or equal to the entered amount)

To set these conditions:

<Steps>
  <Step title="Enter SKU">
    Enter the <strong>SKU</strong> in the “Enter SKU” field.
  </Step>

  <Step title="Enter amount">
    Enter the <strong>amount</strong> in the “Enter amount” field.
  </Step>

  <Step title="Select comparison option">
    Select the comparison option from the dropdown.
  </Step>
</Steps>

<Note>
  Enter the amount in your store currency. Settings > Store Details > Store
  Currency
</Note>

> **Example for “amount is greater than or equals”**:\
> SKU: `ABC123`\
> Amount: `777`\
> → Matches orders where the subtotal amount of products with SKU `ABC123` is 777 or more.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/order-subtotal-amount-per-sku-has-greater-value.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=29aecfe340f7b5ac203b0acf22cf93a7" alt="Order Subtotal Amount per SKU Has Greater Value" width="933" height="103" data-path="images/essentials/condition-sets/order-subtotal-amount-per-sku-has-greater-value.webp" />

### Order subtotal amount per product tag

This condition checks the **subtotal amount of products with a specific product tag** in the order against defined criteria, based on one of the following sub-conditions:

* **amount is greater than or equals** (Matches when the subtotal amount of products with the specified product tag is greater than or equal to the entered amount)
* **amount is less than or equals** (Matches when the subtotal amount of products with the specified product tag is less than or equal to the entered amount)

To set these conditions:

<Steps>
  <Step title="Enter product tag">
    Enter the <strong>product tag</strong> in the “Enter product tag” field.
  </Step>

  <Step title="Enter amount">
    Enter the <strong>amount</strong> in the “Enter amount” field.
  </Step>

  <Step title="Select comparison option">
    Select the comparison option from the dropdown.
  </Step>
</Steps>

<Note>
  Enter the amount in your store currency. Settings > Store Details > Store
  Currency
</Note>

> **Example for “amount is greater than or equals”**:\
> Product Tag: `SummerCollection`\
> Amount: `777`\
> → Matches orders where the subtotal amount of products tagged `SummerCollection` is 777 or more.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/order-subtotal-amount-per-product-tag-has-greater-value.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=2b0b496843425a9f243cbcd88472766e" alt="Order Subtotal Amount per Product Tag Has Greater Value" width="933" height="106" data-path="images/essentials/condition-sets/order-subtotal-amount-per-product-tag-has-greater-value.webp" />

### Order subtotal amount - Order subtotal amount per product tag

This condition checks the **order’s subtotal amount minus the subtotal amount of products with a specific product tag** against defined criteria, based on one of the following sub-conditions:

* **amount is greater than or equals** (Matches when the difference is greater than or equal to the entered amount)
* **amount is less than or equals** (Matches when the difference is less than or equal to the entered amount)

To set these conditions:

<Steps>
  <Step title="Enter product tag">
    Enter the <strong>product tag</strong> in the “Enter product tag” field.
  </Step>

  <Step title="Enter amount">
    Enter the <strong>amount</strong> in the “Enter amount” field.
  </Step>

  <Step title="Select comparison option">
    Select the comparison option from the dropdown.
  </Step>
</Steps>

<Note>
  Enter the amount in your store currency. Settings > Store Details > Store
  Currency
</Note>

> **Example for “amount is less than or equals”**:\
> Product Tag: `SummerCollection`\
> Amount: `500`\
> → Matches orders where the subtotal amount excluding products tagged `SummerCollection` is 500 or less.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/order-subtotal-amount-minus-product-tag-has-less-value.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=c037bcb05c742a475b43742ba8bb3d2b" alt="Order Subtotal Amount Minus Product Tag Has Less Value" width="933" height="105" data-path="images/essentials/condition-sets/order-subtotal-amount-minus-product-tag-has-less-value.webp" />

### Any product discount amount

This condition checks the **discount amount applied to any product** in the order against specific criteria, based on one of the following sub-conditions:

* **is greater than or equals** (Matches when the discount amount on any product is greater than or equal to the entered amount)
* **is less than or equals** (Matches when the discount amount on any product is less than or equal to the entered amount)

To set these conditions, enter the amount in the field and choose the appropriate comparison from the dropdown.

<Note>
  Enter the amount in your store currency. Settings > Store Details > Store
  Currency
</Note>

> For example, `is greater than or equals 50` → Matches if any product in the order has a discount amount of 50 or more.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/any-product-discount-amount.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=0632d2acdaa4c28eb7ddc095003926ff" alt="Any Product Discount Amount" width="936" height="104" data-path="images/essentials/condition-sets/any-product-discount-amount.webp" />

### Any product discount percentage

This condition checks the **discount percentage applied to any product** in the order against specific criteria, based on one of the following sub-conditions:

* **is greater than or equals** (Matches when the discount percentage on any product is greater than or equal to the entered percentage)
* **is less than or equals** (Matches when the discount percentage on any product is less than or equal to the entered percentage)

To set these conditions, enter the percentage in the field and choose the appropriate comparison from the dropdown.

> For example, `is greater than or equals 10` → Matches if any product in the order has a discount percentage of 10% or more.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/any-product-discount-percentage.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=d0c640bd8939edb1bc296cafee5caf69" alt="Any Product Discount Percentage" width="932" height="106" data-path="images/essentials/condition-sets/any-product-discount-percentage.webp" />

### Total product discount amount

This condition checks the **total product discount amount** in the order against specific criteria, based on one of the following sub-conditions:

* **is greater than or equals** (Matches when the total discount amount for a product is greater than or equal to the entered amount)
* **is less than or equals** (Matches when the total discount amount for a product is less than or equal to the entered amount)

To set these conditions, enter the amount in the field and choose the appropriate comparison from the dropdown.

<Note>
  Enter the amount in your store currency. Settings > Store Details > Store
  Currency
</Note>

> For example, `is greater than or equals 100` → Matches if the total discount amount for any product in the order is 100 or more.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/total-product-discount-amount.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=d6f0e837d08aad854614e5e502894ecd" alt="Total Product Discount Amount" width="937" height="106" data-path="images/essentials/condition-sets/total-product-discount-amount.webp" />

### Total product discount percentage

This condition checks the **total product discount percentage** in the order against specific criteria, based on one of the following sub-conditions:

* **is greater than or equals** (Matches when the total discount percentage for a product is greater than or equal to the entered percentage)
* **is less than or equals** (Matches when the total discount percentage for a product is less than or equal to the entered percentage)

To set these conditions, enter the percentage in the field and choose the appropriate comparison from the dropdown.

> For example, `is greater than or equals 20` → Matches if the total discount percentage for any product in the order is 20% or more.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/total-product-discount-percentage.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=ae9323f9960ebd5c47b842e936e4a9cf" alt="Total Product Discount Percentage" width="937" height="105" data-path="images/essentials/condition-sets/total-product-discount-percentage.webp" />

## Cart Has Any Items

### SKU

This condition checks the **SKU** of the products in the cart against specific criteria. It will become true if **any** product in the cart has the entered SKU value, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the SKU has at least one of the entered values)
* **Does not have any of these values** (Matches if the SKU has none of the entered values)
* **Has any other value besides these values** (Matches if the SKU has a value that is not among the entered values)
* **Does not have any other value besides these values** (Matches if the SKU has only the entered values and no others)
* **Has number of values greater than or equals** (Matches if the **count** of SKUs is greater than or equal to the entered number)
* **Has number of values less than or equals** (Matches if the **count** of SKUs is less than or equal to the entered number)

For **Has any of these values**, **Does not have any of these values**, **Has any other value besides these values**, and **Does not have any other value besides these values**, enter one or more SKU values into the field. Separate multiple values with commas.

<Note>
  Use \* wildcard to match multiple SKU values. For example, SKU\* will match
  SKU12, sku-new-1 etc.
</Note>

> For example, `Has any of these values: SKU1, SKU2` → Matches if the SKU is either
> “SKU1” or “SKU2”.{" "}

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/skus.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=8bddcec0a1c0d08bc7060f4aeac9b094" alt="SKUs" width="947" height="200" data-path="images/essentials/condition-sets/skus.webp" />

For **Has number of values greater than or equals** and **Has number of values less than or equals**, enter a single numeric value in the field to match the SKU count.

> For example, `Has number of values greater than or equals 3` → Matches if there are three or more SKUs.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/count-sku.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=683f1e0f2c992ac310a41d4bf74f40bd" alt="SKU Count" width="933" height="100" data-path="images/essentials/condition-sets/count-sku.webp" />

### Product tag

This condition checks the **product tag** in the order against specific criteria. It will become true if **any** product in the cart has the entered Product Tag value, based on one of the following sub-conditions:

* **has value of** (Matches when the product tag has the specified value)
* **does not have value of** (Matches when the product tag does not have the specified value)
* **has any other value besides** (Matches when the product tag has any value except the entered one)
* **does not have any other value besides** (Matches when the product tag has only the entered value and no other)

To set these conditions, enter the value in the “Enter value” field, then choose the appropriate comparison from the dropdown.

> For example, `has value of NewArrival` → Matches when the product tag is **NewArrival**.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-tag-has-value-of.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=4d705d557e603e54df24afed5ca2825a" alt="Product Tag Condition" width="935" height="103" data-path="images/essentials/condition-sets/product-tag-has-value-of.webp" />

## Product Metafield

### Product metafield

This condition checks a **product metafield** you specify by **namespace** and **key**, then evaluates it using one of the following sub-conditions:

* **Has any of these values** (Matches if the metafield has at least one of the entered values)
* **Does not have any of these values** (Matches if the metafield has none of the entered values)
* **Has any other value besides these values** (Matches if the metafield has a value that is not among the entered values)
* **Does not have any other value besides these values** (Matches if the metafield has only the entered values and no others)
* **Has empty value** (Matches if the metafield has no value)
* **Does not have empty value** (Matches if the metafield contains any value)
* **Has number greater than or equal to** (Matches if the metafield’s numeric value is greater than or equal to the entered number)
* **Has number less than or equal to** (Matches if the metafield’s numeric value is less than or equal to the entered number)
* **Has number of values greater than or equals** (Matches if the **count** of values in the metafield is greater than or equal to the entered number)
* **Has number of values less than or equals** (Matches if the **count** of values in the metafield is less than or equal to the entered number)

For **Has any of these values**, **Does not have any of these values**, **Has any other value besides these values**, and **Does not have any other value besides these values**, enter one or more values into the field. Separate multiple values with commas.

> For example, `Namespace: details` · `Key: material` · `Has any of these values: Cotton, Linen` → Matches if the metafield contains either “Cotton” or “Linen”.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-metafield-has-any-value.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=bd46db91e37f7b04303bf81a04c01cca" alt="Product Metafield Has Any Value" width="953" height="243" data-path="images/essentials/condition-sets/product-metafield-has-any-value.webp" />

For **Has number greater than or equal to** and **Has number less than or equal to**, enter a single numeric value in the field to match against the metafield’s numeric value.

> For example, `Namespace: nutrition` · `Key: calories` · `Has number less than or equal to 200` → Matches if the metafield’s numeric value is 200 or below.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-metafield-less-value.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=bcb0135e609cc578ad9fe6991aa1f55a" alt="Product Metafield Less Value" width="939" height="190" data-path="images/essentials/condition-sets/product-metafield-less-value.webp" />

For **Has number of values greater than or equals** and **Has number of values less than or equals**, enter a single numeric value in the field to match against the count of values in the metafield.

> For example, `Namespace: features` · `Key: available_sizes` · `Has number of values greater than or equals 5` → Matches if the metafield contains five or more sizes.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/product-metafield-greater-values-count.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=521b3abb8b4fadadd767658a222a321c" alt="Product Metafield Greater Values Count" width="939" height="187" data-path="images/essentials/condition-sets/product-metafield-greater-values-count.webp" />

## Shipping

### Shipping methods available

Used to check if the given shipping methods are actually available on the checkout page, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the checkout page contains at least one of the listed shipping methods)
* **Does not have any of these values** (Matches if the checkout page does not contain any of the listed shipping methods)
* **Has any other value besides these values** (Matches if the checkout page contains shipping methods other than the listed ones)
* **Does not have any other value besides these values** (Matches if the checkout page contains only the listed shipping methods and no others)
* **Has number of values greater than or equals** (Matches if the number of shipping methods available on the checkout page is greater than or equal to the specified number)
* **Has number of values less than or equals** (Matches if the number of shipping methods available on the checkout page is less than or equal to the specified number)

For **Has any of these values**, **Does not have any of these values**, **Has any other value besides these values**, or **Does not have any other value besides these values**, enter one or more values to match. Separate multiple values with commas.

<Note>
  Use \* wildcard to match partial shipping method names. For example, Stand\*
  will match Standard, standard shipping etc.
</Note>

> For example, `Has any of these values: Express Delivery, Standard Shipping` → Matches if at least one of the selected shipping methods is available.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/multiple-shipping-methods.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=60581af5802e8f2a408135f3b52f47c7" alt="Multiple Shipping Methods" width="1178" height="245" data-path="images/essentials/condition-sets/multiple-shipping-methods.webp" />

For **Has number of values greater than or equals** or **Has number of values less than or equals**, enter the count threshold.

> For example, `Has number of values greater than or equals 3` → Matches if three or more shipping methods are available.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/count-shipping-methods.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=e2024359a7e95d04541e0b7ac652b105" alt="Count Shipping Methods" width="1172" height="132" data-path="images/essentials/condition-sets/count-shipping-methods.webp" />

### Selected shipping type (Ship/Pickup)

This condition checks the "Ship vs Pickup in store" selection on the checkout page, as shown below.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/shipping-pickup-type.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=84653cbe1deb251ae4252e69bc5f4f35" alt="Checkout Page Shipping vs Pickup Type Selection" width="1088" height="348" data-path="images/essentials/condition-sets/shipping-pickup-type.webp" />

It will become true if the selected shipping type is the same as the entered value, based on one of the following sub-conditions:

* **is** (Matches if the Delivery selection is exactly as the entered value)
* **is not** (Matches if the Delivery selection is different from the entered value)

For any of the above options, choose one shipping type from the list: **Pickup**, **Local delivery**, **Shipping**, **Pickup point**, **Retail**, or **None**.

> **Example:** `is not: Pickup` → Matches if the selected shipping type is anything other than “Pickup”, i-e it is "Ship".

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/select-shipping-type.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=8b3a9efc35782accac40995112bb9bbd" alt="Select Shipping Type" width="1172" height="136" data-path="images/essentials/condition-sets/select-shipping-type.webp" />

## Localization

### User language

This condition checks the language selected by the customer, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the customer language is from the given list)
* **Does not have any of these values** (Matches if the customer language is not from the given list)
* **Has any other value besides these values** (Matches if the customer language is not from the given list)
* **Does not have any other value besides these values** (Matches if the customer language is from the given list and no others)

For any of the above options, search and select one or more languages from the list. You can also use the **Paste**, **Copy all**, or **Clear all** options for quick selection.

> For example, `Does not have any of these values: English, French` → Matches if the field does not contain “English” or “French”.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/languages.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=ae78f46939a24093ce1ec077cbe1ad31" alt="Languages" width="776" height="426" data-path="images/essentials/condition-sets/languages.webp" />

## Shipping Address

### Shipping address is empty

This condition becomes true if the shipping address fields are empty.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/shipping-address-is-empty.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=65a406e7022a8bcb52e5174b7b10f3c3" alt="Shipping Address Is Empty" width="933" height="101" data-path="images/essentials/condition-sets/shipping-address-is-empty.webp" />

### Shipping address is not empty

This condition becomes true if the shipping address fields are not empty.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/shipping-address-is-not-empty.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=ef02f01c671ae533109f0ffe568676a5" alt="Shipping Address Is Not Empty" width="937" height="107" data-path="images/essentials/condition-sets/shipping-address-is-not-empty.webp" />

### Full name (First name + Last name)

Used to compare the customer’s full name with one or more specific values, counts, or states, based on one of the following sub-conditions:

* **Contains** (Matches if the full name contains the specified value or partial value)
* **Does not contain** (Matches if the full name does not contain the specified value or partial value)
* **Is empty** (Matches if no name is entered)
* **Is not empty** (Matches if any value is entered in the name field)
* **Is** (Matches if the full name exactly matches the specified value)
* **Is not** (Matches if the full name is not exactly the specified value)
* **Has no of characters greater than or equals** (Matches if the total character count in the name is greater than or equal to the specified number)
* **Has no of characters less than or equals** (Matches if the total character count in the name is less than or equal to the specified number)
* **Has only** (Matches if the full name contains only the allowed character type from the dropdown)
* **Does not have only** (Matches if the full name contains characters other than the allowed character type from the dropdown)

For **Contains**, **Does not contain**, **Is**, and **Is not**, enter the value to match.

> For example, `Does not contain: Test` → Matches if the name does not contain “Test” anywhere.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/full-name-does-not-contain.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=a29de4065a255e638cd7a978190cdffe" alt="Full Name Does Not Contain" width="1168" height="132" data-path="images/essentials/condition-sets/full-name-does-not-contain.webp" />

For **Has only** and **Does not have only**, select the character type from the dropdown:

* **English characters** (Allows only A–Z and a–z)
* **English characters + accent variants** (Allows A–Z, a–z, plus accented characters like é, ñ, ö)
  > For example, `has only: english characters` → Matches if the customer’s name contains english characters only.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/full-name-has-only-english-chars.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=04efa9c8b0b66de8bfbb72e2f4af4b79" alt="Full Name Has Only English Chars" width="1172" height="136" data-path="images/essentials/condition-sets/full-name-has-only-english-chars.webp" />

For **Has no of characters greater than or equals** or **Has no of characters less than or equals**, enter the character count threshold.

> For example, `Has no of characters greater than or equals 10` → Matches if the full name contains 10 or more characters.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/full-name-has-greater-value.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=e323adb82a7d749508c9aeb1d7353b65" alt="Full Name Has Greater Value" width="1171" height="133" data-path="images/essentials/condition-sets/full-name-has-greater-value.webp" />

For **Is empty** and **Is not empty**, no value entry is needed.

> For example, `Is empty` → Matches if the full name field is left blank.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/full-name-is-empty.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=21e311bc6ec9a478d00ad8bb56aa476a" alt="Full Name Is Empty" width="1171" height="137" data-path="images/essentials/condition-sets/full-name-is-empty.webp" />

### First name

Used to compare the customer’s first name with one or more specific values, counts, or states, based on one of the following sub-conditions:

* **Contains** (Matches if the first name contains the specified value or partial value)
* **Does not contain** (Matches if the first name does not contain the specified value or partial value)
* **Is empty** (Matches if no first name is entered)
* **Is not empty** (Matches if any value is entered in the first name field)
* **Is** (Matches if the first name exactly matches the specified value)
* **Is not** (Matches if the first name is not exactly the specified value)
* **Has no of characters greater than or equals** (Matches if the total character count in the first name is greater than or equal to the specified number)
* **Has no of characters less than or equals** (Matches if the total character count in the first name is less than or equal to the specified number)
* **Has only** (Matches if the first name contains only the allowed character type from the dropdown)
* **Does not have only** (Matches if the first name contains characters other than the allowed character type from the dropdown)

For **Contains**, **Does not contain**, **Is**, and **Is not**, enter the value to match.

> For example, `Is not: Jane` → Matches if the first name is anything except “Jane”.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/first-name-is-not.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=52094b6c033b41d50d81aaa0096290c1" alt="First Name Is Not" width="1170" height="132" data-path="images/essentials/condition-sets/first-name-is-not.webp" />

For **Has only** and **Does not have only**, select the character type from the dropdown:

* **English characters** (Allows only A–Z and a–z)
* **English characters + accent variants** (Allows A–Z, a–z, plus accented characters like é, ñ, ö)
  > For example, `has only: english characters` → Matches if the first name contains english characters only.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/first-name-has-only.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=63d2dd1b09ec88beca3603b6ba225208" alt="First Name Has Only" width="1165" height="137" data-path="images/essentials/condition-sets/first-name-has-only.webp" />

For **Has no of characters greater than or equals** or **Has no of characters less than or equals**, enter the character count threshold.

> For example, `Has no of characters greater than or equals 5` → Matches if the first name contains 5 or more characters.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/first-name-has-greater-value.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=d774507d5f484f1cb09087d2ccba6f5e" alt="First Name Has Greater Value" width="1168" height="132" data-path="images/essentials/condition-sets/first-name-has-greater-value.webp" />

For **Is empty** and **Is not empty**, no value entry is needed.

> For example, `Is empty` → Matches if the first name field is left blank.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/first-name-is-empty.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=2ccc465fa730897afa06526979a96a8d" alt="First Name Is Empty" width="1172" height="140" data-path="images/essentials/condition-sets/first-name-is-empty.webp" />

### Last name

Used to compare the customer’s last name with one or more specific values, counts, or states, based on one of the following sub-conditions:

* **Contains** (Matches if the last name contains the specified value or partial value)
* **Does not contain** (Matches if the last name does not contain the specified value or partial value)
* **Is empty** (Matches if no last name is entered)
* **Is not empty** (Matches if any value is entered in the last name field)
* **Is** (Matches if the last name exactly matches the specified value)
* **Is not** (Matches if the last name is not exactly the specified value)
* **Has no of characters greater than or equals** (Matches if the total character count in the last name is greater than or equal to the specified number)
* **Has no of characters less than or equals** (Matches if the total character count in the last name is less than or equal to the specified number)
* **Has only** (Matches if the last name contains only the allowed character type from the dropdown)
* **Does not have only** (Matches if the last name contains characters other than the allowed character type from the dropdown)

For **Contains**, **Does not contain**, **Is**, and **Is not**, enter the value to match.

> For example, `Is not: Smith` → Matches if the last name is anything except “Smith”.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/last-name-is-not.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=1bdedd7622a79996d99b3eb651d78df4" alt="Last Name Is Not" width="1172" height="136" data-path="images/essentials/condition-sets/last-name-is-not.webp" />

For **Has only** and **Does not have only**, select the character type from the dropdown:

* **English characters** (Allows only A–Z and a–z)
* **English characters + accent variants** (Allows A–Z, a–z, plus accented characters like é, ñ, ö)
  > For example, `Has only: English characters` → Matches if the last name contains English characters only.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/last-name-has-only.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=cc1868ae432ca9ace74840012da43d5b" alt="Last Name Has Only" width="1161" height="131" data-path="images/essentials/condition-sets/last-name-has-only.webp" />

For **Has no of characters greater than or equals** or **Has no of characters less than or equals**, enter the character count threshold.

> For example, `Has no of characters greater than or equals 5` → Matches if the last name contains 5 or more characters.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/last-name-has-greater-value.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=efc6fd967d5cfeb766b700bc452c85e0" alt="Last Name Has Greater Value" width="1168" height="137" data-path="images/essentials/condition-sets/last-name-has-greater-value.webp" />

For **Is empty** and **Is not empty**, no value entry is needed.

> For example, `Is empty` → Matches if the last name field is left blank.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/last-name-is-empty.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=80d8758d90eb95d5af9bc5d47d5a3632" alt="Last Name Is Empty" width="1167" height="132" data-path="images/essentials/condition-sets/last-name-is-empty.webp" />

### Company

Used to compare the customer’s company name (The company name field on the checkout page) with one or more specific values, counts, or states, based on one of the following sub-conditions:

* **Contains** (Matches if the company name contains the specified value or partial value)
* **Does not contain** (Matches if the company name does not contain the specified value or partial value)
* **Is empty** (Matches if no company name is entered)
* **Is not empty** (Matches if any value is entered in the company name field)
* **Is** (Matches if the company name exactly matches the specified value)
* **Is not** (Matches if the company name is not exactly the specified value)
* **Has no of digits greater than or equals** (Matches if the total number of digits in the company name is greater than or equal to the specified number)
* **Has no of digits less than or equals** (Matches if the total number of digits in the company name is less than or equal to the specified number)
* **Has no of characters greater than or equals** (Matches if the total number of characters in the company name is greater than or equal to the specified number)
* **Has no of characters less than or equals** (Matches if the total number of characters in the company name is less than or equal to the specified number)
* **Has only** (Matches if the company name contains only the allowed character type from the dropdown)
* **Does not have only** (Matches if the company name contains characters other than the allowed character type from the dropdown)

For **Contains**, **Does not contain**, **Is**, and **Is not**, enter the value to match.

> For example, `Contains: Tech` → Matches if the company name contains the word “Tech”.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/company-contains.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=833658432a5fdaf681d85abc58b28b88" alt="Company Contains" width="1170" height="127" data-path="images/essentials/condition-sets/company-contains.webp" />

For **Has only** and **Does not have only**, select the character type from the dropdown:

* **English characters** (Allows only A–Z and a–z)
* **English characters + accent variants** (Allows A–Z, a–z, plus accented characters like é, ñ, ö)
  > For example, `Has only: English characters` → Matches if the company name contains English characters only.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/company-has-only.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=b7744754b5a307cdc76f6f57c65b09ed" alt="Company Has Only" width="1162" height="122" data-path="images/essentials/condition-sets/company-has-only.webp" />

For **Has no of digits/characters greater than or equals** or **less than or equals**, enter the threshold value.

> For example, `Has no of characters greater than or equals 10` → Matches if the company name contains 10 or more characters.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/company-greater-than.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=eba011562489ac99ad384a0465aa6967" alt="Company Greater Than" width="1168" height="127" data-path="images/essentials/condition-sets/company-greater-than.webp" />

For **Is empty** and **Is not empty**, no value entry is needed.

> For example, `Is empty` → Matches if the company name field is left blank.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/company-is-empty.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=c62dea874b4ae93d727911cdee2811f6" alt="Company Is Empty" width="1167" height="123" data-path="images/essentials/condition-sets/company-is-empty.webp" />

### Phone number

Used to compare the customer’s phone number (The phone number field on the checkout page in shipping address) with one or more specific values, counts, or states, based on one of the following sub-conditions:

* **Contains** (Matches if the phone number contains the specified value or partial value)
* **Does not contain** (Matches if the phone number does not contain the specified value or partial value)
* **Is empty** (Matches if no phone number is entered)
* **Is not empty** (Matches if any value is entered in the phone number field)
* **Is** (Matches if the phone number exactly matches the specified value)
* **Is not** (Matches if the phone number is not exactly the specified value)
* **Has no of digits greater than or equals** (Matches if the total number of digits in the phone number is greater than or equal to the specified number)
* **Has no of digits less than or equals** (Matches if the total number of digits in the phone number is less than or equal to the specified number)

For **Contains**, **Does not contain**, **Is**, and **Is not**, enter the value to match.

> For example, `Contains: 123` → Matches if the phone number contains “123” anywhere.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/phone-number-contains.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=60e973dbfb090d2369408537e3484876" alt="Phone Number Contains" width="1168" height="129" data-path="images/essentials/condition-sets/phone-number-contains.webp" />

For **Has no of digits greater than or equals** or **Has no of digits less than or equals**, enter the threshold value.

> For example, `Has no of digits greater than or equals 10` → Matches if the phone number contains 10 or more digits.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/phone-number-greater-than.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=09d2db4e25c0bc976a6f2fddd15300d9" alt="Phone Number Greater Than" width="1171" height="130" data-path="images/essentials/condition-sets/phone-number-greater-than.webp" />

For **Is empty** and **Is not empty**, no value entry is needed.

> For example, `Is empty` → Matches if the phone number field is left blank.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/phone-number-is-empty.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=713226b65b4976f1927828b4b9972877" alt="Phone Number Is Empty" width="1172" height="130" data-path="images/essentials/condition-sets/phone-number-is-empty.webp" />

### City / Area

Used to compare the City / Area (The City/Area field on the checkout page in shipping address) values with one or more specific values, counts, or states, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the city field contains at least one of the listed values)

* **Does not have any of these values** (Matches if the city field does not contain any of the listed values)

* **Has any other value besides these values** (Matches if the city field contains values other than the listed ones)

* **Does not have any other value besides these values** (Matches if the city field contains only the listed values and no others)

* **Has number of digits greater than or equals** (Matches if the number of digits in the city field is greater than or equal to the specified number)

* **Has number of digits less than or equals** (Matches if the number of digits in the city field is less than or equal to the specified number)

* **Is empty** (Matches if the city field has no value)

* **Is not empty** (Matches if the city field contains any value)

For **Has any of these values**, **Does not have any of these values**, **Has any other value besides these values**, **Does not have any other value besides these values**, enter one or more values to match. Separate multiple values with commas.

<Note>
  Use \* wildcard to match partial city names. For example, Santo\* will match
  santo domingo, santodomngo etc.
</Note>

> For example, `Has any of these values: Lahore, Karachi` → Matches if the field contains either “Lahore” or “Karachi”.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/multiple-cities.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=e5ccb1627e7e04c6b715ae8caa0405f2" alt="Multiple Cities" width="949" height="208" data-path="images/essentials/condition-sets/multiple-cities.webp" />

For **Has number of digits greater than or equals** or **Has number of digits less than or equals**, enter the digit count threshold.

> For example, `Has number of digits greater than or equals 5` → Matches if the field’s value has five or more digits.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/count-cities.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=46819c75274de3cca47f68c25331bf6c" alt="Count Cities" width="940" height="107" data-path="images/essentials/condition-sets/count-cities.webp" />

For **Is empty** and **Is not empty**, no value entry is needed.

> For example, `Is empty` → Matches if no value is entered for the field.

<img src="https://mintcdn.com/storespark/lkY0mx0uZwe--5lB/images/essentials/condition-sets/city-available.webp?fit=max&auto=format&n=lkY0mx0uZwe--5lB&q=85&s=ea00f811134d990ce88643388f52923e" alt="City Available" width="937" height="110" data-path="images/essentials/condition-sets/city-available.webp" />

### Province code / State code

Used to compare the Province / State (The Province/State field on the checkout page in shipping address) values with one or more specific values or states, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the province field contains at least one of the listed values)

* **Does not have any of these values** (Matches if the province field does not contain any of the listed values)

* **Has any other value besides these values** (Matches if the province field contains values other than the listed ones)

* **Does not have any other value besides these values** (Matches if the province field contains only the listed values and no others)

* **Is empty** (Matches if the province field has no value)

* **Is not empty** (Matches if the province field contains any value)

For **Has any of these values**, **Does not have any of these values**, **Has any other value besides these values**, **Does not have any other value besides these values**, enter one or more values to match. Separate multiple values with commas.

<Note>
  Add 2 or 3 letter province/state code abbreviation in "ISO\_3166-2" format
  only.
</Note>

> For example, `Does not have any other value besides these values: CA, TX` → Matches if the field contains only “CA” or “TX” and no other values.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/multiple-provinces.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=11b3f6f87701d6eb5798c5d2663ccd1e" alt="Multiple Provinces or States" width="949" height="210" data-path="images/essentials/condition-sets/multiple-provinces.webp" />

For **Is empty** and **Is not empty**, no value entry is needed.

> For example, `Is not empty` → Matches if any value is entered for the field.

<img src="https://mintcdn.com/storespark/LBBqRFszCrC9aDAu/images/essentials/condition-sets/province-not-available.webp?fit=max&auto=format&n=LBBqRFszCrC9aDAu&q=85&s=ad2638c1a1a27083cf6bb2126a640d81" alt="Province or State Not Available" width="932" height="106" data-path="images/essentials/condition-sets/province-not-available.webp" />

### Country

Used to compare the Country (The Country field on the checkout page in shipping address) values with one or more specific countries, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the country field contains at least one of the selected countries)
* **Does not have any of these values** (Matches if the country field does not contain any of the selected countries)
* **Has any other value besides these values** (Matches if the country field contains countries other than the selected ones)
* **Does not have any other value besides these values** (Matches if the country field contains only the selected countries and no others)

For any of the above options, search and select one or more countries from the list. You can also use the **Paste**, **Copy all**, or **Clear all** options for quick selection.

> For example, `Does not have any other value besides these values: Portugal, Poland` → Matches if the field contains only “Portugal” or “Poland” and no other countries.

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/select-countries.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=3af00c6e8983a5c5cdeabdd298024074" alt="Multiple Countries" width="795" height="422" data-path="images/essentials/condition-sets/select-countries.webp" />

### Zip code / Postal code

Used to compare the Zip code / Postal code (The Zip/Postal Code field on the checkout page in shipping address) values with one or more specific zip or postal codes, based on one of the following sub-conditions:

* **Has any of these values** (Matches if the zip/postal code field contains at least one of the listed values)
* **Does not have any of these values** (Matches if the zip/postal code field does not contain any of the listed values)
* **Has value in between these values** (Matches if the zip/postal code field value falls within the specified range)
* **Does not have value in between these values** (Matches if the zip/postal code field value does not fall within the specified range)
* **Has any other value besides these values** (Matches if the zip/postal code field contains values other than the listed ones)
* **Does not have any other value besides these values** (Matches if the zip/postal code field contains only the listed values and no others)
* **Has only digits** (Matches if the zip/postal code field contains only numeric characters)
* **Does not have only digits** (Matches if the zip/postal code field contains any non-numeric characters)
* **Has number of digits in between** (Matches if the number of digits falls within the specified range)
* **Does not have number of digits in between** (Matches if the number of digits does not fall within the specified range)
* **Is empty** (Matches if the zip/postal code field has no value)
* **Is not empty** (Matches if the zip/postal code field contains any value)

Use **Has any of these values**, **Does not have any of these values**, **Has any other value besides these values**, or **Does not have any other value besides these values** to match against one or more specific zip/postal codes. Separate multiple values with commas.

<Note>
  Use \* wildcard to match multiple zip codes. For example, BT\* will match BT12,
  bt-590 etc. Use ? to match to any single character.
</Note>

> For example, `Has any of these values: BT*` → Matches all zip/postal codes starting with “BT”.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/have-zipcodes.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=062028034923601a16661a885810b4e6" alt="Have Zipcodes" width="1176" height="348" data-path="images/essentials/condition-sets/have-zipcodes.webp" />

> Another example, `Does not have any of these values: 12345, 67890` → Matches if the code is not “12345” or “67890”.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/dont-have-zipcodes.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=892d823a2b72ef6d1fbb37b38203e2df" alt="Dont Have Zipcodes" width="1178" height="247" data-path="images/essentials/condition-sets/dont-have-zipcodes.webp" />

Use **Has value in between these values** or **Does not have value in between these values** to match zip/postal codes within or outside a numeric range.

<Note>
  Enter numbers only. All values ranging in between starting value until the
  last value will be matched, including the starting and last value.
</Note>

> For example, `Has value in between these values: 10000 – 20000` → Matches if the code is between “10000” and “20000”.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/in-between-value-zipcodes.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=0459e450d10a5735928238582846fd66" alt="In Between Value Zipcodes" width="1175" height="212" data-path="images/essentials/condition-sets/in-between-value-zipcodes.webp" />

Use **Has only digits** or **Does not have only digits** to match zip/postal codes that contain only numeric characters (0–9) or those that include any non-numeric characters, such as letters, spaces, or symbols.

> For example, `Has only digits` → Matches digits only (0–9).

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/zipcode-no-field-digits.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=fcf48248b7b7e325dfb2a6bdb493ac26" alt="Zipcode No Field Digits" width="1175" height="133" data-path="images/essentials/condition-sets/zipcode-no-field-digits.webp" />

Use **Has number of digits in between** or **Does not have number of digits in between** to match based on the count of digits in the code.

<Note>
  Enter numbers only. All values ranging in between given number of digits will
  be matched.
</Note>

> For example, `Has number of digits in between: 4 – 6` → Matches codes that contain between 4 and 6 digits.

<img src="https://mintcdn.com/storespark/ofsiv6B2ZU5fNLt1/images/essentials/condition-sets/in-between-digits-zipcodes.webp?fit=max&auto=format&n=ofsiv6B2ZU5fNLt1&q=85&s=79f2039b53e2982e2900cfd6e49c6766" alt="In Between Digits Zipcodes" width="1170" height="211" data-path="images/essentials/condition-sets/in-between-digits-zipcodes.webp" />

Use **Is empty** or **Is not empty** when you only need to check whether the field is filled in.

> For example, `Is not empty` → Matches if any value is entered in the field

<img src="https://mintcdn.com/storespark/8qTRK-A8nfquzM_u/images/essentials/condition-sets/zipcode-no-field.webp?fit=max&auto=format&n=8qTRK-A8nfquzM_u&q=85&s=90dfba6028983e854759c20b4f3d92b2" alt="Zipcode No Field" width="1173" height="132" data-path="images/essentials/condition-sets/zipcode-no-field.webp" />
