Keap

[memb_order_subscription]

Summary
This shortcode provides a means to add a new subscription to the currently logged in user without requiring any user interactivity at all, therefore…

Description

This shortcode provides a means to add a new subscription to the currently logged in user without requiring any user interactivity at all, therefore shortcode does not display any output. The user must meet any tag requirements (if any) set in the shortcode, as well as be logged in with a valid credit card (required).

Shortcode Examples

[memb_order_subscription id=1]

Redirection parameter example:

[memb_order_subscription id=5 failure_url=/failed-page/ success_url=/success-page/]

Shortcode Parameters

affiliate_idThe ID number of the affiliate to assign the subscription to. Default: None. (Optional)
allow_dupeWhether or not to allow duplicate active subscriptions to be created. Default No. (Optional)
delay_daysHow many days to wait before the first billing. Default: None. (Optional)
dupe_actionThe ID# of the actionset to run if the order is a duplicate of a currently active subscription. Default: None. (Optional)
dupe_goalThe name of the Campaign Builder goal to achieve if the order is a duplicate of a currently active subscription. Default: None. (Optional)
dupe_tagThe tags to add or remove if the order is a duplicate of a currently active subscription. Default: None. (Optional)
dupe_urlThe URL to redirect to if the order is a duplicate of a currently active subscription. Default: None. (Optional)
failure_actionThe ID# of the actionset to run if the order fails or is declined. Default: None. (Optional)
failure_goalThe name of the Campaign Builder goal to achieve if the order fails or is declined. Default: None. (Optional)
failure_tagThe tags to add or remove if the order fails or is declined. Default: None. (Optional)
failure_urlThe URL to redirect to if the order fails or is declined. Default: None. (Optional)
has_all_tagsA comma-separated list of tags that the user must have in order to order the subscription. Default: None. (Optional)
has_any_tagA comma-separated list of tags, which the user must have at least one in order to order the subscription. Default: None. (Optional)
idThe ID# of the subscription plan. (Required)
merchant_idThe ID of the merchant account to use. Defaults to default merchant ID configured in Memberium settings. (Optional)
priceThe price to charge for the description. Default: The price defined in Infusionsoft. (Optional)
quantityThe number of subscriptions to create. Default: 1. (Optional)
success_actionThe ID# of the actionset to run if the order is successful. Default: None. (Optional)
success_goalThe name of the Campaign Builder goal to achieve if the order is successful. Default: None. (Optional)
success_tagThe tags to add or remove if the order is successful. Default: None. (Optional)
success_urlThe URL to redirect to if the order is successful. Default: None. (Optional)
taxableWhether or not to apply taxes to the subscription. Default: No (Optional)