What are your top concerns about using the Premium course template? Answered
Quick questions,
- Can we create more than one course in the premium course template?
- Can we use Vimeo instead of Vidzflow in the premium course template?
- Can we change the pricing plans in the above template?
Comments
16 comments
Hi I was about to ask similar questions.
I am scoping out a project to create a multi course e-learning solution. The idea being users can purchase individual courses from a library of content or purchase a full subscription to all the content. Do you know of any similar projects to this that have been made with MS and Webflow?? The Course Template looked a good starting point but would need to be for 30-40 courses. Any help would be amazing thanks
I duplicated the Course template I bought on Memberstack over to my existing website, and I can't get the "Complete" lesson button to work. I've set up the CMS elements correctly.
Has anyone else had problems with this, and found a fix? It's very important that when members re-join the dashboard they can see their own progress.
The
ms-code-mark-complete="{{Lesson Identifier}"
attribute is also present for the check mark beside the lesson name in the side navigation.Yeah probably if you store the next step slug in the CMS, you could link to the code which handles the event after the button is clicked.
In the template(memberstack) I bought it told me to add the next step here. Should I use that? and will it require custom code?
Yes this next step link is right for the front-end and when you mark a lesson complete, it probably shows you a block in the top of the page where the link of next lesson is shown.
Oh okay, let me try doing some custom js then.
Fixed it! GPT did a weird solution though. It just checks their current URL slug, and then just +1 it :D
Haha it would work as long as your steps follow the same convention.
yeah luckily it does 🫠
Does anyone know if this template is only set up to have only one course? https://www.memberstack.com/webflow-templates/premium-course-template
Hey Steve L, you can have multiple courses, by default it is setup for one course.
Here are some additional points about the same template.
GM ALL! Have a Courses Question related to the Premium Course template https://app.memberstack.com/apps/app_clz5lefdo00a60srl1qf06kzx/editor - In regards to “storing/tracking” course completion by members. The course template says it stores course completion “per user” which is great. For example a user completes a Lesson and that specific lesson has a check mark so when the user logs in again they can remember where they left off. However, how is this possible without creating 100s of custom Memberstack fields for we are only allowed 100 custom fields and we have many courses that can have up to 1 to many lessons (say 300). Should we build the member ID into the URL/gated content structure or is there another way to track lessons completed without custom fields?
Hey Chad, I believe the premium course template stores the completion status in Member JSON and not custom fields. So you don't have to create custom field for each course / lesson, you can very well follow the same logic for multiple courses and it will get stored in the Member JSON.
Amazing thanks A J
Hey Quick question on Premium course template
I know that creating another cms and adding a gated content tag for that course will work but the main thing is How do i make it work in terms of tracking? - i mean the check mark or mark as complete functionality, how to make it work for the second or third course as i see the Meta jason structure is something like chapter 1 lesson 1 something like that - so how to deal with that tracking functionality ?
Hey Niranjan, yes it should be possible to have more than one course but it will take some work from your end as the template by default is for a one course structure.
To answer your question in terms of tracking, you can modify the lesson identifier field in Webflow CMS for course 2 to make it unique for reference.
For e.g. in course 2 lessons you can have the lesson identifier as course2_chapter1-lesson1 and so on. You can have anything in the place of course2, this is just for example. And that's it if you follow this convention, the tracking should work fine as it does for the first course.
Let me know if it helps.
Please sign in to leave a comment.