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

  • Comment author
    Julian Galluzzo
    • Not by default with the way it's set up, but you could definitely customize it to work like that
    • Yeah!
    • Yeah!
    0
  • Comment author
    James Pravato

    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 

    0
  • Comment author
    Nicolai Amirzadeh

    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.

     
    I managed to fix the button, it was just that the class was called "Button 9" instead of "Button". But, it still doesn't make the checkmark on the right side.
     
    Got it to work as well, it was just missing a "yes" class 
    Only thing left is to make the user get redirected to the next step
    0
  • Comment author
    A J

    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.

    0
  • Comment author
    Nicolai Amirzadeh

    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?

    0
  • Comment author
    A J

    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.

    0
  • Comment author
    Nicolai Amirzadeh

    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

    0
  • Comment author
    A J

    Haha it would work as long as your steps follow the same convention.

    0
  • Comment author
    Nicolai Amirzadeh

    yeah luckily it does 🫠

    0
  • Comment author
    Steve L

    Does anyone know if this template is only set up to have only one course? https://www.memberstack.com/webflow-templates/premium-course-template

    0
  • Comment author
    A J

    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.

    1. Yes but it will take some work from your end as the template itself isnt set up in that way
    2. What would your goal be? It's a bit tough to answer that one i guess
    3. That depends on the tool you're using for it and what your goal is - but the template itself wouldnt impact this
    4. You can use Zapier, but personally I'd recommend make - you'd have to remake all the automations for Zapier.
    5. They cannot be accessed by anyone who is not authenticated due to hosted content - as for things like downloading and copying, that's a lot more complex - you can implement some things to prevent it like preventing right clicks, but that's a really big issue that even giant companies like netflix spend millions to prevent, and still can't completely stop it from happening.
    0
  • Comment author
    Chad

    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?

    0
  • Comment author
    A J

    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.

    0
  • Comment author
    Chad

    Amazing thanks A J

    0
  • Comment author
    Niranjan

    Hey Quick question on Premium course template

    • Can we create more than one course in the premium course template?
    • as of now by default its set up as single course but for multiple courses what is the process?

    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 ?

    0
  • Comment author
    A J

    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.

    0

Please sign in to leave a comment.