Skip to content

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:

TagDescription
oCourse.oData.coursefieldDisplays 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.
pcEnrollingUsed in an IIF statement to display the name of the person being enrolled, if enrolling someone else in the course.
plDonateUsed in an IIF statement to display messages if the course is a Donation type course.
pcMercWarningUsed 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.HTMLSourceListGenerates 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.HTMLInvFeeListGenerates 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.
pcPackageFor customers using the optional Course Packaging module. Returns list of child courses in package.
pcBonusTextFor customers using the optional BOGO module. Returns discount messages
pcWksInstructionsWill instruct users if a minimum and/or maximum number of workshops
must be selected.
pcDataCaptureIf 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.
pcBonusBoxUsed 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.cProxyRegUsed 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.
pcAlertDisplays any Cart alert messages. E.g. the Cart Entry Deleted message when a user deletes a course from their Cart.
pcCardContentsDisplays 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.