XEnrollCard.htm ​
XEnrollCard.htm is the template used to build the Enrollment Cart page.
You can create a custom XEnrollCard.htm for specific courses.
The following are template tags used on the template:
Tag | Description |
---|---|
oCourse.oData.coursefield | Displays specified field from the course table. Replace 'coursefield' with the name of field you want on the page, e.g.: oCourse.oData.cocrsenm - adds course name field. For numeric or date fields, use the TRANSFORM function. |
oName.FullName() | Used in an IIF statement to display the logged on user's full name when users are enrolling themselves in a course. |
pcEnrolling | Used in an IIF statement to display the name of the person being enrolled, if enrolling someone else in the course. |
plDonate | Used in an IIF statement to display messages if the course is a Donation type course. |
pcMercWarning | Used in an IIF statement to display the multiple merchant ID message if the user tries to add courses with different merchant IDs to the Cart. This option only applies to customers who use multiple merchant IDs at their Payment service. |
oCourse.HTMLSourceList | Generates the "How did you learn about this course" listing. See the oCourse.HTMLSourceList documentation for more information. |
oCourse.HTMLRegFeeList() | Generates the Main Registration Fees listing. Â See the oCourse.HTMLRegFeeList documentation for more information. |
oCourse.HTMLDepositBox() | If the course has a Deposit option, shows the Deposit checkbox and text. The $DEP and $BAL variables in the depositNote span display the deposit amount and balance due in the message. |
oCourse.HTMLMandFeeText() | Displays mandatory fees as a text string. Â See the oCourse.HTMLMandFeeText documentation for more information. |
oCourse.HTMLopFeeList() | Generates the Optional Fees listing. Â See the oCourse.HTMLopFeeList documentation for more information. |
oCourse.HTMLInvFeeList | Generates Inventory Items listing. See the oCourse.HTMLInvFeeList documentation for more information. |
oCourse.HTMLWkshoplist() | Generates workshop selection lists. Â See the oCourse.HTMLWkshoplist documentation for more information. |
pcPackage | For customers using the optional Course Packaging module. Returns list of child courses in package. |
pcBonusText | For customers using the optional BOGO module. Returns discount messages |
pcWksInstructions | Will instruct users if a minimum and/or maximum number of workshops |
must be selected. | |
pcDataCapture | If the ECDC INIÂ setting is ON, displays the contents of the Supplemental Data Capture page. It will display all content between the opening -ECDC- and closing -/ECDC- tags of the Supplemental Data Capture template. |
pcBonusBox | Used in an IIF statement to display the checkbox option to only show courses in the Bonus group when the user clicks the Add More Courses button. |
Config.cProxyReg | Used in IIF statement to show the Enroll Someone Else button if the ProxyReg INI setting is set to ENABLED. |
ProgressBar(12) | Returns the Enrollment Progress Meter with the steps completed per the number entered. |
pcAlert | Displays any Cart alert messages. E.g. the Cart Entry Deleted message when a user deletes a course from their Cart. |
pcCardContents | Displays Cart contents. |
ShoUpCls() | Displays list of upcoming courses. |
-Footer- | Messages to be displayed at the bottom of the Cart page. |
-Config- | Optional section that may contain custom settings. You should not edit or remove unless instructed to by your ACEware technician. |
-CoursePopUp- | Used with the optional Course Packaging module to generate hover over info boxes on the child courses in the packages. You should not edit or remove unless instructed to by your ACEware technician. |