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.
Shopify / discounts
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.
Send the store URL, excluded collection handle, sample discount codes, and example eligible/excluded products for test carts.
Implementation
# 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