Hi Together, I really love RevenueCat, but I sometimes run into limitations especially in the RevenueCat Paywall Editor.
For example in Google Play Console (Android) I have 2 Subscriptions setup (3 Month and 1 year). For both subscriptions I have setup a Multiphase-Offer like this:
- 7 days Free-Trial
- 40% Percent Discount on the first Subscription-Cycle (3 Month, 1 Year)
- Then after Auto-Renew it is the normal price without discount
Now the issue is that, the customer wants to display the Monthly-Price for (3 Month and 1 Year), which is possible with the normal variable without any active offers:
Normal:
product.price_per_month
14.99$
But in the Paywall-Logic section the variable is not working like this:
~{{ product.price_per_month }}~ **{{ product.offer_price_per_month }} per Month**
which results in this
~~14.99$~~ 14.99$
So I read the documentation and found out that you have too use the Secondary Offer for Multiphase-offer setups:
https://www.revenuecat.com/docs/tools/paywalls/creating-paywalls/variables#secondary-offer
But the problem is there are only 3x-VARIABLES for Secondary Offers and there is no:
product.secondary_offer_price_per_month
Is there a workaround for this? Or is it possible that you add support for them? Because many people want to show basically monthly prices instead of the full price. It is a common Marketing strat.
Thank you!!
