Question about purchasing membership and when it expires.
I have a special membership called verified. When someone verifies their membership, they are upgraded from standard to Verified.
If they purchase a Bronze membership (30 days for example) and that expires, I believe they are going to go back to standard.
I need to know how, when a purchased membership expires, it goes back to the original membership they had when they bought the upgraded membership.
I think I'd have to add a field to sys_acl_levels_members called 'previous_membership'.
Then store the membership ID there when they buy the paid membership.
Then when that membership expires, it downgrades to the stored value.
Unless Dolphin does this already.
Thank you for your time.