You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to set these field by checking the recurring payment button, setting the fields, saving the membership level, unchecking the recurring payment button, and saving again, but this is not intuitive for users.
Possible fixes include making that field always visible or simply not giving a grace period for non-recurring levels.
The text was updated successfully, but these errors were encountered:
Non-recurring memberships give a grace period here for members with a prior successful order but a current order that is pending (
pmpro-pay-by-check/pmpro-pay-by-check.php
Lines 466 to 470 in aa5a4bf
Here is the field that should get that information when editing a membership level:
pmpro-pay-by-check/pmpro-pay-by-check.php
Lines 72 to 77 in aa5a4bf
And the JS that hides that field for non-recurring memberships: https://github.com/strangerstudios/pmpro-pay-by-check/blob/dev/js/pmpro-pay-by-check-admin.js
It is currently possible to set these field by checking the recurring payment button, setting the fields, saving the membership level, unchecking the recurring payment button, and saving again, but this is not intuitive for users.
Possible fixes include making that field always visible or simply not giving a grace period for non-recurring levels.
The text was updated successfully, but these errors were encountered: