Please Log in or Create an account to join the conversation.
No idea, what are you using for your events? You'd need that extension to have a Joomla event you could act one and then yes this would be doable, but you'll need CB Auto Actions.Wondering how I can get a trigger in place that would automatically expire that free plan after participating in the said event
You could set the duration to 1 month to expire it.or a month after the person registered for the free plan
Ensure both plans are configured as exclusive so it will upgrade from 1 plan to another. If they're non-exclusive then both plans can be active at once. The subscription database row will still exist in an upgraded from state.Also when people upgrade from that free plan to a paid subscription the system is generating a new subscription ie it does not replace the expired free plan so the person now has 2 subscriptions.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You'll need to check RSEvents Pro documentation or contact the developer to see if they fire a Joomla event when an event expires. If it does you'll be able to act on it using CB Auto Actions by setting Triggers to joomla_EVENT_HERE. CB Auto Actions includes a CB Paid Subscriptions action type already for expiring (and even deleting) subscriptions.Thanks Krileon the extension we use for events is RSEvents Pro - we have RSEvents!Pro Community Builder Plugin installed - this just displays events that the user is a leader and also what events they have subscribed to in their CB profile (see attached). Im guessing that a CB Auto Actions rule may be able to directly update the status of a cbsubs subscription table record when a person with a free subscription registers for an event?
That would be normal then. They shouldn't see the free subscription anymore in profile though. It will still exist in backend and in your database however. You should be able to see within CBSubs > Subscriptions its status was upgraded to another plan.The free subscription plan and the paid plans are all set to be exclusive so not quite sure why a second subscription is created while a free plan is still active - but I will explore this further and update this topic
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.