For, WordPress Gutenberg Editor you can add ARMember shortcode as shown below:
For, WordPress Classic Editor you can add ARMember shortcode as shown below:
ARMember provides current membership and payment transactions shortcodes.
[arm_membership](Current Membership Shortcode)
ARMember provides current membership and payment transactions shortcodes. Also this shortcode allows the members to perform action such as Update Card, Cancel Sunscription, Renew Plan, Make Payment.
Step 1 : Select Current Membership option, Enter Current Membership title of grid and Select your Membership Setup.
Step 2 : Select Current Membership options which column you want to display in front and also change grid column label.
Step 3 : Select yes to display Renew Subscription Button in front.
You can change Renew and Make Payment button text and also add button and button hover css.
Step 4 : Select yes to display Cancel Subscription Button in front.
You can change button text, subscription cancelled message and also add button and button hover css.
Step 5 : Select yes to display Update Card Subscription Button in front.
You can change update card text and also add button and button hover css.
Step 6 : Enter Trial Active Label, number of records you want to display per page and message if no records found.
Possible Arguments: |
||
---|---|---|
title |
Title of grid Default: Current Membership | |
setup_id |
Membership Setup Wizard ID of which you want to inherit settings( except plans and payment gateways selected) in setup that will load when user clicks on Renew/Make Payment button. | |
membership_label |
Current Membership – Grid Column Label | |
membership_value |
Current Membership – Grid Column Label Value | |
display_renew_button |
true/false Default: false | |
renew_text |
Renew Button Text Default: Renew | |
make_payment_text |
Make Payment Button Text Default: Make Payment | |
renew_css |
CSS for Renew Button | |
renew_hover_css |
CSS for Renew Button Hover | |
display_cancel_button |
true/false Default: false | |
cancel_text |
Cancel Button Text Default: Cancel | |
cancelled_text |
Canceled Membership Text (This text will be used when subscription plan has set option “Do not cancel subscription until plan expired” and after member cancel the membership plan.)Default: canceled | |
cancel_css |
CSS for Cancel Button Hover | |
cancel_hover_css |
CSS for Cancel Button Hover | |
cancel_message |
Message that will be displayed when user’s membership is canceled successfully. | |
trial_active |
Display Trial Active Label | |
message_no_record |
Display Message if no records found. | |
display_update_card_button |
true/false Default: false | |
update_card_text |
Update Card Burron Text Default:Update Card | |
update_card_css |
CSS for Update Button | |
update_card_hover_css |
CSS for Update Button | |
plan_pagination_label |
Change the label of pagination |
Current Membership Preview: |
---|
Member will be able to view the Membership details
and if the Update Card
option is enabled, then members will be able to view the “Update Card” button. Same as you can add Renew
and Cancel
button too.
After clicking on the Update Card
button, members can change their Credit Card
, Debit Card
as per the Payment Gateway supports. After Submitting the “Update Card Form”, member’s card details will be updated for the ongoing Automatic subscription.
[arm_member_transaction](Payment Transactions)
This shortcode display Member’s Transactions.
Step 1 : Select Payment Transactions option and Transaction History options which column you want to display in grid and also change grid column label.
Step 2 : Select yes to display View Invoice Button in front.
You can change View Invoice button text and also add button and button hover css.
Step 3 : Enter Payment Transactions title of grid, number of records you want to display per page and message if no records found.
Possible Arguments: |
||
---|---|---|
title |
Section Heading. | |
per_page |
Number of Records per Page | |
message_no_record |
Display Message if no records found. | |
label |
Payment History – Grid Column Label | |
Value |
Payment History – Grid Column Label Value |
Payment Transaction Preview: |
---|