-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscription delay wording is incorrect when setting an initial payment amount equal to subscription. #1544
Comments
I opened a similar issue in the Subscription Delays Add On repo: strangerstudios/pmpro-subscription-delays#25. Could add the above information there, so it can be addressed in the future. |
My bad. Yes, this should be on plugin. |
This is the expected behavior of PMPro. If the initial payment and billing amount match, then they will not be separated in the level cost. For reference, here is the code that does that: paid-memberships-pro/includes/functions.php Lines 404 to 417 in dfbce96
|
Describe the bug
When setting up a Level or Discount code and using Subscription Delay, if the amount is the same, the line "is $$$ now and then" is removed.
The price for membership is $4.00 now and then $5.00 per Year after your 200 day trial.
but if both are $5 we get this:
The price for membership is $5.00 per Year after your 200 day trial.
Expected behavior
Should show the initial price.
The text was updated successfully, but these errors were encountered: