• Resolved tobias992

    (@tobias992)


    Hello,

    first sorry for my bad english – i am from germany xD

    Actual i am testing this plugin and thing -> really good job.

    But i have some suggestions:

    1. Option for disabling the IP (or option for anonymize)
    2. A option for accept “Terms & Conditions” before register
    3. After click the “registration” button – show all datas on a separate site again and make then a final “registration” button – for EU Law important. So the new user can check their input.

    I like your plugin really. But i think with this 3 improvements you get a lots of more users from EU.

    ~ Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tobias992

    (@tobias992)

    Ohh sorry, i forget 1 Point:

    4. You have at account site 2 buttons “end subscription” and “cancel”.
    Maybe usefull to add a option (setting field) to disabeling automatical after 14 days. Or to disable complete.

    With small css i can deactivate them, but only both buttons:
    .pms-account-subscription-action-link { display: none; }

    ~ Tobias

    Plugin Author Georgian Cocora

    (@raster02)

    Hello @tobias992,

    1. You are referring to the one we store for each payment ?

    2. Please see here: https://www.cozmoslabs.com/docs/paid-member-subscriptions/how-to-make-paid-member-subscriptions-forms-gdpr-compliant/

    3. Noted but this isn’t something that we will prioritize.

    4. For each of the buttons from the pms-account shortcode we have a filter which allows you to disable them.

    The Cancel button can be removed with this line of code:
    add_filter( 'pms_output_subscription_plan_action_cancel', '__return_empty_string' );

    And the Abandon button can be removed with this one:
    add_filter( 'pms_output_subscription_plan_action_abandon', '__return_empty_string' );

    The code can be added inside the functions.php file from your child theme.

    Please take note that these 2 buttons do different things. The Cancel button will set the current subscription to Canceled so no future recurring payments will be made anymore but the user can still access the content until the Expiration Date.

    The Abandon option will remove the subscription completely from the user account and they will need to purchase another one from a page with the pms-subscriptions shortcode.

    Full plugin docs can be found here: https://www.cozmoslabs.com/docs/paid-member-subscriptions/

    Regards.

    Thread Starter tobias992

    (@tobias992)

    Thank you for quick reply.

    I only need the “Memberfunction” from plugin. I only want to see – This user has this subscription. For other tasks i use other plugins/systems.

    I will test and see whats happen..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘GDPR – and more useful features’ is closed to new replies.