Auto New Course Enrollment
I need help to setup auto enrollment once I added new course into fluentcart product subscription.
Right now my product integrate with fluent community and enable course enrollment, but this only work when new purchased is made.
What about existing customer with active subscription? I tried added new course into same product subscription but the course still private.
Any idea how to setup this?
For the existing customers, you have to do that manually actually. No way to automate that. One thing you can do easily if you have FluentCRM, using that, you can bulk select contacts and then assign to a course or space.
By the way, we are working on bulk importing students via CSV.
Shahjahan JewelΒ I see. Hopefully soon you'll find a way to automate this. This is very important.
Well, I have the same and this is how I did it: I made an automation which updates the customer when they login.
So it's like this:
Automation trigger: This Funnel will be initiated when a user login to your site
Condition: If Contact Already Exist?Β > Update
The condition: NO: SegmentΒ includes [space or course] > add the user
if YES: do nothing.
Then you can force log everyone out. When they login, the update runs, problem solved!
Gee AdriaanszΒ May I know which plugin you use for the automation?
roditeng osmantengΒ fluentCRM ππΌ
Gee AdriaanszΒ thanks. I will try that.