Let's create a class template.
A class template serves as a prototype for creating multiple instances of classes with similar characteristics.
In a class template, we establish attributes for a class that will be used repeatedly, such as Name, duration, session/term, and price.
A class template serves as a prototype for creating multiple instances of classes with similar characteristics.
In a class template, we establish attributes for a class that will be used repeatedly, such as Name, duration, session/term, and price.
1. Click on CLASS TEMPLATE
2. Click on + TEMPLATE
3. Class Template Name
The template name will serve as the class name. Staff members should input the level name. This class name will be visible in both the Staff and Members portals.
Users will also need to enter
Duration
Class price (This is the Price per class)
Session
Level
Description
4. Click on SAVE