• Resolved brankokf

    (@brankokf)


    Can the free membership be used as an expired membership plan or it’s best to remove it?

    Also, if i have a infinite plan, how do i prefent the users downgrading to a finite plan? Shoul i use the shortcodes to hide the content for that membership or there is a setting available?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello,

    ARMember Free Plan type is for an infinite period, so if you are willing to set it to a fixed expiration period with free then you need to create a finite plan type with the 0 amount.

    Regarding the “stop from downgrading” you can create the different setup forms for each plan and then with the help of the ARMember Restrict Content Shortcode you can hide the setup form’s shortcode of the downgraded plan for the member having an infinite membership plan, kindly check the below provided example:

    [arm_restrict_content? plan=”{PLAN_ID}”? type=”hide”]

    SETUP FORM SHORTCODE GOES HERE

    [armelse]

    [/arm_restrict_content]

    Replace the {PLAN_ID} as per your requirements. You can get plan ID from the ARMember Lite -> Manage Plans page.

    Please check accordingly and let me know if there is anything else.

    Thanks

    Thread Starter brankokf

    (@brankokf)

    Ok. Is there a way to show a specific message or image in a restricted page for non users (instead of redirect them?)

    Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    Yes, you can display the different content to the non-logged in users by using the below provided shortcode you can add the content you wish to be displayed for the non-logged in members as well and you can even add the image to it.

    [arm_restrict_content? plan=”unregistered,”? type=”show”]?

    CONTENT FOR NON-LOOGED IN USER GOES HERE?

    [armelse]?

    [/arm_restrict_content]

    Please check accordingly and let me know how it goes.

    Thanks

    Thread Starter brankokf

    (@brankokf)

    Ok got it. One more question regarding how the email notification.

    Since i would use woocommerce to process payments how would the email notification work? Will i still use the woocommerce ones since i’m not processing payments with Armember?

    Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    As WooCommerce Integration is a premium feature therefore I cannot assist you for the same here as this forum is for the ARMember Lite plugin. So, kindly open a support ticket with the premium plugin and after that, you will be assisted further.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.