Hi
I’m facing an issue with Shopify Checkout where the original price displayed is incorrect when applying a subscription discount.
Scenario 1 — Regular Products (Works as Expected):
I added two products to the cart (each costs $10) and applied a $10 discount.
Everything displays correctly:
Scenario 2 — Subscription Products (Issue):
When I add the same products as a subscription and the subscription has a 10% discount (via pricingPolicy
), the discount seems to be applied to the original price:
$20 -> $18 ❌ (not expected)
$10 -> $9 ✅ (expected)
It looks like Shopify applies the subscription discount to the original item price, which creates an inconsistent and confusing display for customers - potentially hurting conversions.
Has anyone experienced this?
Is there a known fix or workaround for this issue?
Thanks in advance