Developers are requesting a new DiscountApplicationStrategy: ALL option for Shopify Functions to enable multiple discounts to be applied simultaneously across different cart line items.
Core Issue:
Current limitation: Functions can return multiple discounts internally, but the existing DiscountApplicationStrategy doesn’t allow all of them to be applied at once
Use case example: Volume discounts where different products in the cart qualify for different discount tiers (e.g., Product 1 gets 10% at Tier 1, Product 2 gets 30% at Tier 3)
Current Workarounds:
Some teams are deploying 2 separate functions to handle 2 simultaneous discounts, though this isn’t ideal
Developers note there’s already a per-function setting for combining with other product discounts, but not for applying all discounts from a single function
Status:
Multiple users confirm experiencing the same limitation
A GitHub discussion thread exists where users can upvote the feature request
No official Shopify response or timeline mentioned
Developers emphasize this capability is needed to match functionality previously available in Script Editor
Summarized with AI on November 15.
AI used: claude-sonnet-4-5-20250929.
Well, as we need only 2 discounts at the same time we decided to use 2 separated functions, but it’s not something which make us happy Strategy ALL would be the best solution.
This is also an issue for us. We need to be able to apply different discount amounts on different line items. This should be based on the line item, not the variant ID. We need the same capabilities that the Script Editor currently has.