• Resolved mbbelanger

    (@mbbelanger)


    Great plugin! I’ll add my 5 *!

    I manage my subscriptions with user’s ACF values, so when a user cancel, I will need to cancel him.

    I see an option in the pro for the role, but that is not helpful for my use case.

    Could you offer a filter for post-cancel so I can change the subscription level manually?

    and for the pro version, when the subscription expires after the term, there should be a way or a trigger so the same ACF variable change could be applied.

    thank you and again great stuff.

    -Martin

Viewing 1 replies (of 1 total)
  • Frog Eat Fly

    (@zerozendesign)

    Following action fired after subscription cancelled.
    do_action( ‘gform_subscription_cancelled’, $entry, $feed, $entry[‘transaction_id’] );

    In pro version,
    you will be getting some entry meta to check
    1 – gss_end_after_trial
    2 – gss_end_after_trial_time (this will have timestamp)

    You can use gss_after_subscription_cancelled action as well to check that.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Filter on cancel’ is closed to new replies.