Parameters
confirm – Whether or not to display a confirmation dialog. Defaults to No. Optional.
confirm_title – Title of the confirmation dialog. Defaults to ‘Cancel Subscription?’. Optional.
confirm_button – Text to display on the button to confirm the cancellation. Defaults to ‘Yes, Stop Subscription’. Optional.
confirm_cancel – Text to display on the button to abort the cancellation. Defaults to ‘Keep Subscription’. Optional.
Use this to add a confirm cancellation popup box.
<div id="dialog-confirm" style="visibility: hidden;" title="Cancel Subscription?"></div>
date_format – This is the C/PHP date formatting code used to describe how the date is formatted on output. the default format is “M d, Y”. Please see this entry for more information on date formatting.
immediate – yes/no. Defaults to yes. If yes, it will process the cancellation immediately and set the end date of the subscription to the current date. If set to no, it will set the end date to one day before the next billing date.
orderby – The column to order the output by. this value defaults to “StartDate”
sort – The Direction to sort the orderby column. Defaults to sorting the results in ascending order. You can use words starting with “A” or “D” to specify ascending or descending.
status – Which kind of subscriptions to list; the options are “All”, “Active” and “Inactive”. Defaults to “All”.
cancel_text – The text to display on the cancel button if provided. Defaults to “Cancel”
onlyids – Allows you to list the subscription plan ID’s that you want to include
Merge Codes
The following placeholders are used by [memb_list_subscriptions]
%%creditcard.expmonth%% – Displays the expiration month of the credit card on the subscription.
%%creditcard.expyear%% – Displays the expiration year of the credit card on the subscription.
%%subscription.startdate%% – Displays the date that the subscription started. The date formatting defaults to “M d, Y” format, and can be set using the date_format attribute of the shortcode if you wish to use a different format.
%%cancel.button%% – If the subscription is active, this displays a cancel button. You can control the cancel button text using the cancel_text attribute of the shortcode.
%%creditcard.last4%% – Displays the last 4 digits of the credit card on the subscription.
%%creditcard.type%% – Displays the type of the credit card as stored in Infusionsoft. This feature does not use credit card type auto-detection, and instead uses the credit card type the user indicated when the entered it.
%%cycler%% -Alternates between the values of “odd” and “even” for each row. Useful for mixing with CSS
%%line%% -The current line listing. This starts at 1, and increases by 1 for each entry displayed on the screen. This is useful for formatting your listing.
%%subscription.billingcycle%% – Displays the frequency that the subscription billing recurs.
%%subscription.name%% – The name of the subscription product.
%%subscription.nextbilling%% – The date that the subscription will next be billed. The date formatting defaults to “M d, Y” format, and can be set using the date_format attribute of the shortcode if you wish to use a different format.
%%subscription.paidthrough%% – the date that the subscription is paid through. The date formatting defaults to “M d, Y” format, and can be set using the date_format attribute of the shortcode if you wish to use a different format.
%%subscription.price%% – The price of the subscription which will be charged.
%%subscription.status%% – The status of the subscription, consisting of “Active” or “Inactive”
%%subscription._CustomFieldName%% – Display subscription custom field value. For example, if you have created “LicenseKey” in the subscription, you’ll add it like this %%subscription._LicenseKey%%