Shopify / discounts

Collection discount exclusion setup

A focused Shopify implementation for stores that need existing promo codes to stop discounting one selected collection while still discounting eligible items in mixed carts.

Fixed-scope setup

Discount control without recreating every promo code

Send the store URL, excluded collection handle, sample discount codes, and example eligible/excluded products for test carts.

$95 Start

Implementation

What gets handled.

# Shopify Discount Exclusion Setup

- Review the current discount setup, collection handle, and Shopify plan constraints
- Choose the safest route: Shopify Functions, app configuration, Liquid-safe messaging, or discount rule cleanup
- Preserve discounts for eligible products when the cart also contains excluded products
- Test excluded-only, eligible-only, and mixed-cart cases
- Document where the rule lives and how to disable, adjust, or retest it later
- Flag any checkout/app limitation before making disruptive changes

Handoff

What the buyer receives.

Rule setup One selected collection excluded from promo-code discounts.
Cart tests Mixed, excluded-only, and eligible-only cart behavior checked.
Owner notes Concise instructions for future adjustments and retesting.