pmpro-subscription-delays icon indicating copy to clipboard operation
pmpro-subscription-delays copied to clipboard

Adds a “delay” field to membership levels and discount codes, allowing you to set a variable-length period between your initial payment (if required) and recurring subscription payment.

Results 15 pmpro-subscription-delays issues
Sort by recently updated
recently updated
newest added

Everywhere we use `T0:0:0` when calculating a profile start date, we should instead add the time in GMT to prevent recurring charges from being charged too early or too late....

When a level is set with a subscription delay, but the initial price and subscription price are the same, it is not clear the Members is being charged at checkout....

Status: Needs Thought

### Describe the bug When checking out with PP Express on a level that a trial is set using the Sub Delay Add On, the next payment date is a...

Users with a level using a subscription delay will always have that delay on their users page, even if there wasn't a delay on the level when they checked out....

**Describe the bug** A customer sent in a **support ticket (moderators only)** running into this, and I am able to replicate it when I set up a free membership with...

We should use the pmpro_is_level_trial filter to check if we are on a level with sub delay option active.

Setting the months for a delay is calculated one month short, e.g. setting a 3-month delay with `YY-M3-DD` creates a delay for the checkout on 03 June 2021 at the...

We updated core Paid Memberships Pro v2.5.5 to include the new hookpmpro_membership_level_after_billing_details_settings. In this Add On on [L39](https://github.com/strangerstudios/pmpro-subscription-delays/blob/dev/pmpro-subscription-delays.php#L39) we could update to use the new hook and ensure that price-related...

Does not update the level cost text at the top of the checkout page while using MMPU. This would require using the `pmpro_levels_cost_text` filter in addition to the `pmpro_level_cost_text` filter.