The Memberium eCommerce Settings Dashboard enables you to take your subscription management to the next level. Unlike other plugins, this capability is provided as a core part of Memberium to ensure that you have a complete and coherent experience.
This dashboard gives you the capability to determine what happens when various actions are taken through the invoice and subscription managers built into Memberium. You can specify both Campaign Builder Goals, and Legacy Action Sets. We have deliberately decided to not support tags, as you can apply tags through either Goals or Actionsets.
Payment Events
This event happens when a client initiates a payment on an invoice through the Memberium invoice system. Payments made outside of Memberium will not trigger this event. The event is immediately triggered, and will achieve the goal and/or run the Actionset immediately.
Cancellation Events
This event happens when a client cancels a subscription through the Memberium Subscription management system. Cancellations made outside of Memberium will not trigger this event. The event is immediately triggered, and will achieve the goal and/or run the Actionset immediately.
End of Subscription Events
This event happens when the end date of a subscription cancelled through Memberium is reached. Cancellations made outside of Memberium will not trigger this event. The event is delayed until the end of the subscription period, and will achieve the goal and/or run the Actionset on that date. This event is useful for delaying the termination of access until a subscription’s prepaid period has expired.
Empty Events
If an Actionset or Goal is left empty for a particular event, then no action will be taken for that event.
Event System
Delayed events are driven by the Event Queuing database table. Deleting or emptying this database table will result in the loss of future events. The event system is driven by the WordPress Cron system.
Payment Management Shortcodes
[memb_list_invoices]
Lists open and paid invoices, and provides ability to choose card and pay any outstanding invoices.
[memb_list_subscriptions]
Lists active and inactive subscriptions, and provides capability for user to self-service cancellation
Read More…