Skip to main content
Question

Please add price equivalent of relative_discount for paywalls

  • March 29, 2026
  • 1 reply
  • 51 views

Forum|alt.badge.img+4

I would like to display yearly price next to the monthly price x12 with strikethrough. E.g.:

~59.99~ 29.99

 

RevenueCat is already doing the math for `relative_discount`. Seems like it should be easy to expose the value used in the calculation. Could call it something like `price_before_discount`.

 

This is very common on paywalls and seems like an oversight on RC’s part. 

There are many other community posts asking for this. E.g. this one

This post has been closed for comments

1 reply

alejandra-wetsch
RevenueCat Staff
Forum|alt.badge.img+6

Hey ​@ryanm

Thank you for your feedback!

I’ll share it internally with the Product and Engineering team for their review and consideration. 

In the meantime, you can use the Custom Variables in the Paywall Editor to calculate this price in your app and pass it to the Paywall via the SDK. You can read more about Custom Variables here.

I hope this helps!