Hi everyone,
We’re currently implementing a Shipping Discount Function using Shopify Functions.
The good news is that:
-
The shipping discount is applied correctly during checkout
-
The final discounted shipping amount is calculated as expected
However, we’re facing a checkout UI presentation issue.
Current Behavior
On the checkout page, Shopify displays:
-
The original shipping rate with a strikethrough
-
The discounted shipping rate below it
Requirement
We would like to display only the final discounted shipping price, without showing the original crossed-out rate in the checkout UI.
Question
Is there:
-
Any configuration,
-
API setting, or
-
Shipping Discount Function behavior
that allows controlling or overriding how shipping discounts are rendered in the checkout UI?
Or is this UI presentation fully handled by Shopify and not customizable when using Shipping Discount Functions?
We’ve attached a screenshot for reference.
Any guidance or confirmation from the community would be greatly appreciated.
Thanks in advance!