ECTable.htm ​
ECTable.htm is used to build the table of courses on the user's Cart. The EC Table is shown on the following pages:
- Enrollment Cart and Course Registration Pages - courses that have been added to the Cart.
- Registration Confirmation Page - courses in which the registrant was successfully enrolled.
The following is a list of sections on the ECTable.htm template.
Tag | Description |
---|---|
Title | Displays the registrant's name on the Cart/Registration pages. |
ConfirmTitle | Display the registrant's name on the Registration Confirmation page. |
CourseName | Displays course information such as code, title, and dates. |
ScheduleInfo | Information displayed for Open, Event and Workshop courses on the Cart Details. |
AsyncInfo | Information displayed for Donation, Ind Study, Membership, and Online courses on the Cart Details. |
HybridInfo | Information displayed for Hybrid courses on the Cart Details. |
GiftInfo | Used with the Gift Card module to display information on the Gift Card course on the Cart Details. |
ScheduleConfirm | Information displayed for Open, Event and Workshop courses when the transaction is completed. |
AsyncConfirm | Information displayed for Donation, Ind Study, Membership, and Online courses when the transaction is completed. |
HybridConfirm | Information displayed for Hybrid courses when the transaction is completed. |
GiftConfirm | Used with the Gift Card module to display information on the Gift Card course when the transaction is completed. |
Fees | Displays total fees for specific course. |
Deposit | If deposits are allowed for the course, displays Deposit Fee information. |
NoCharge | Displays  zero-fee options; otherwise the Fees section is used. |
Workshops | Displays workshops selected information. |
CourseHeading | Displays headings for columns. Â CourseHeading and CourseSummary rows are used when ShowDetails is set to OFF and the the CourseName, Fees, NoCharge, and ExtraInfo sections will be suppressed. |
CourseSummary | Displays course information in a separate row for each course on the Enrollment Cart. |
AccountSummary | Displays course information when paying a balance. |
tCard.CrseField | Add the specified field from the Course record to the page. If ExtraFields includes the LOCATION flag, fields from the Location table will be included in tCard. If ExtraFields includes the CsreUDFs flag (case-sensitive), fields from the Course UDFs table will be included in tCard. |
tRegister.field | displays the value of the Register field you specify. |
tRegUDFs.field | displays the value of the RegUDFs field you specify. |
lcDateLine | Displays the beginning and ending course dates, or, if an On-line course, the course type. |
lnSubTtl | Displays the total fees for a given course. |
Delete Button | Button to remove a course from the cart. Â It could be copied to the CourseName section if someone wants the Delete option to show in Details mode. |
IIF(llShowDetails...) | Creates a link which will override the condensed mode and let the user view the details. |
TotalLine | Displays total of all courses in transaction. The lcTotals expression can be modified if using a custom Registration Confirmation template. |
ZeroTotalLine | Displays the "No Charges..." message if the there are no charges associated with courses in transaction. |
TableFoot | Closing </table> tag. MUSTÂ not be removed from template. |
Config | Set options such as Table width, Extra Fields which should be included in the tCard cursor, showing details by default or displaying a link, and moving cursor to the top for display of info in Closing section of confirmation email. |