💲
DollarLabs Helpdesk
  • 💰Dollarback: Store Credit
    • 🚀Get started
      • Configure Order Goals
      • Set fixed amount cashback
      • Set percentage casback
    • 📘Real case studies
      • BlackPeach (+€17k in 30 days)
    • 🫴Show rewards
      • Product Page
      • Cart Page
      • Custom Slide Carts
      • Cashback Widget
      • Checkout Block (Shopify Plus)
      • Customer Account
      • Thank you
    • 💁Referral Engine
      • Referral Analytics
    • 📩Notifications
      • Klaviyo
      • Inbuilt Email
      • Shopify flow
    • ⚡Automations
      • Reward Customers with Store Credit for Reviews using Judge.me
    • 📊Analytics
    • ⚙️Settings
    • ❓FAQ
  • 💲Dollarlabs: Ultimate Discounts
    • 🚀Quickstart
    • Discount types
    • Discount Engine (v2)
      • Cart groups
      • Rules
      • Targets
      • Examples (v2)
        • Get $60 off on each item when purchased in pairs
        • Discount every item except the first item
    • Discount Engine (v1)
      • If X, then do Y
      • Line Limit Strategy
      • Global Line Limit Strategy
      • Discount Application Strategy
      • Discount combinations
      • Rule Builder Variables
      • Invert Logical Operation
      • Bulk Code Generation
      • ⚠️Limitations of Discount engine (v1)
      • Examples (v1)
        • 📦Product Discount Examples (V1)
          • Offer a discount to your VIP / Subscription customers
          • Offer a Free product and a one time discount for subscription purchase
          • Volume discount based on quantity for eligible products
          • Single discount code to apply different discount amounts for different product categories
          • Automatic discount for B2B customers
          • Discounts based on user's purchase market / region
          • Give product for free if the cart value is above $X
          • Buy X items specified to get a discount on Y items. (Buy X Get Y - Bx Gy)
        • 🛒Order Discount Examples (V1)
          • Tiered Cart Discounts: Reward Customers Based on Their Cart Value
    • 🛒Auto add gift to cart based on discount code (plus only)
    • 💼Price lists (B2B)
      • How to setup a price list ?
      • Show the discounted price on the Product page
      • Show Volume breaks on Product page
      • Show discounted prices on the collection page
    • ⚠️Function limitations by Shopify
Powered by GitBook
On this page
  • Understanding the line limit strategy
  • Video walkthrough of the Line limit strategy with an example
  • Set up a Line Limit Strategy for your discount
  • TLDR - why should I care?
  • Why This Matters:
  1. Dollarlabs: Ultimate Discounts
  2. Discount Engine (v1)

Line Limit Strategy

PreviousIf X, then do YNextGlobal Line Limit Strategy

Last updated 6 months ago

Understanding the line limit strategy

The line limit strategy helps you control how many items in a customer's cart can receive a discount when multiple items are eligible. You can choose between two strategies: First and Maximum.

  1. First strategy

    1. This applies the discount to the first n eligible items in the order they appear in Shopify. Example: If a discount is configured to apply to "First 2" items and there are 5 eligible items, only the first 2 items will get the discount.

  2. Maximum strategy

    1. This applies the discount to the most expensive eligible items first. Example: If a discount is configured to apply to "Maximum 2" items and there are 5 eligible items in the user's cart, the 2 highest items sorted by the line subtotal will get the discount.

  3. Minimum strategy

    1. This applies the discount to the least expensive eligible items first. Example: If a discount applies to 5 eligible items in the user's cart, the 2 lowest price items sorted by the line subtotal will get the discount.

By default, the line application strategy is set to `no limit` or infinite. To set it as infinite simply enter 0 or keep the value empty.

Line items are sorted by the line subtotal when either Minimum / Maximum configurations are used.


Video walkthrough of the Line limit strategy with an example


Set up a Line Limit Strategy for your discount

  1. Find the Flag selector next to your discount

  2. In the popup window that opens, check line limit strategy and click done


TLDR - why should I care?

Let's say you have a discount rule that is set up with a limit of to up to 3 items in the cart, and the cart has 5 eligible items for the config:

  • First Strategy: The discount will apply to the first 3 items in the order they appear.

  • Maximum Strategy: The discount will apply to the 3 most expensive items.

  • Minimum Strategy: The discount will apply to the 3 cheapest items.

Why This Matters:

  • First Strategy: Useful if you just want to limit the number of applications of the discount without any sorting by the line cost.

  • Maximum Strategy: Useful if you want to maximize the discount value for the customer by applying it to the most expensive items.

  • Minimum Strategy: Useful if you want to incentivize the customer to purchase higher value items and increase AOV.

By understanding and using the line limit strategy, you can better manage how discounts are applied in your store, ensuring they align with your business goals.

💲