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

# Getting Started with Slice 'n Save: Plans & Concepts

> Learn key terms, available discount conditions, and which Slice 'n Save plan includes each discount type before you create your first discount.

Before you create your first discount in Slice 'n Save, it helps to understand the core terminology and the conditions you can use to target your promotions. This page walks you through key concepts, all available conditions, and the features included in each plan.

***

## Key Terms

| Term                        | Description                                                                                                                                                        |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Slice 'n Save**           | All Shopify merchants can now apply discounts including multiple conditions on cart and checkout without the use of Shopify scripts. No code solution!             |
| **Product**                 | Create product-level discounts with multiple conditions based on the cart, customers and line items.                                                               |
| **Order**                   | Create order-level discounts with multiple conditions based on the cart, customers and line items.                                                                 |
| **Shipping**                | Create shipping rate discounts with multiple conditions based on the cart, customers and line items.                                                               |
| **BOGO — Buy One, Get One** | Create BOGO discounts for one-time purchased items. Items selected for BOGO must be present in the cart.                                                           |
| **Tiered**                  | Create tiered discounts with multiple conditions based on the cart, customers and line items. Includes the quantity or subtotal of the selected items in the cart. |
| **Quantity breaks**         | Create breaks based on quantity for order-level discounts. Each breakpoint contains minimum and maximum value for quantity.                                        |

***

## Conditions Reference

Conditions are the factors that determine when a discount applies. Every discount type in Slice 'n Save lets you combine conditions from three categories — mix and match them to build precisely targeted promotions.

<AccordionGroup>
  <Accordion title="Cart Conditions" icon="cart-shopping">
    Cart conditions evaluate the state of the customer's entire cart at checkout.

    * Cart total
    * Cart subtotal
    * Total duty amount
    * Total tax Amount
    * Cart language
    * Cart country
    * Cart attribute (key)
  </Accordion>

  <Accordion title="Line Item Conditions" icon="list-check">
    Line item conditions evaluate the properties of individual products in the cart.

    * Product title
    * Product vendor
    * Product tags
    * Line item attribute (key)
    * Gift product
    * Product shipping
    * Product SKU
    * Product weight
    * Product weight unit
  </Accordion>

  <Accordion title="Customer Conditions" icon="user">
    Customer conditions evaluate attributes of the customer placing the order.

    * Customer lifetime spending
    * Customer tags
    * Customer type: B2B or B2C
    * Customer status: LoggedIn / LoggedOut
    * Customer total orders
  </Accordion>
</AccordionGroup>

***

## Scheduling

Every discount you create in Slice 'n Save supports an **active date and time range**. Set a start date/time and an optional end date/time to have your discount turn on and off automatically. This is useful for time-limited sales events, seasonal campaigns, or any promotion with a defined start and finish.

***

## Market Management

When you create or edit a discount, you can choose which of your **Shopify Markets** it applies to. This lets you run region-specific promotions — for example, a free-shipping discount only for customers in Germany — without creating separate discount rules per market.

***

## Plans

Choose the plan that fits your store's promotional needs. All plans include customer support, and higher tiers unlock advanced conditions and additional discount types.

<CardGroup cols={3}>
  <Card title="Basic" icon="circle-1" href="#basic">
    **Includes basic conditions only**

    * Product discounts
    * Order discounts
    * Shipping discounts
    * Customer support
  </Card>

  <Card title="Advanced" icon="circle-2" href="#advanced">
    **Includes basic & advanced conditions**

    * Product discounts
    * Order discounts
    * Shipping discounts
    * Customer support
  </Card>

  <Card title="Plus" icon="circle-3" href="#plus">
    **All discount types & priority support**

    * BOGO (Buy One, Get One)
    * Tiered discounts
    * Quantity breaks
    * Customer support & custom feature requests
  </Card>
</CardGroup>

<Tip>
  BOGO, Tiered discounts, and Quantity breaks are exclusive to the **Plus** plan.
</Tip>

<Note>
  You can create up to **25 automatic discounts** at a time in your Shopify store.
</Note>
