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. Any of these sections can be disabled by placing an asterix (*) in front of the name (e.g. ##-*CourseHeading-##). This will cause ACEweb to revert to the default code for that section. Note: removing a section will also cause ACEweb to revert to the default code for that section.
##-Title-## |
Displays the registrant's name on the Cart/Registration pages. This should not be removed if using the Proxy Registration feature (i.e. it displays the name of the person to be enrolled). |
##-ConfirmTitle-## | Display the registrant's name on the Registration Confirmation page. This should not be removed if using the Proxy Registration feature (i.e. it displays the name of the person that was enrolled). |
##-CourseName-## | Displays course information such as code, title, and dates. |
##-ScheduleInfo-## |
Information displayed for Open, Event and Workshop courses on the Cart Details. See tCard Cursor section for available fields. |
##-AsyncInfo-## | Information displayed for Donation, Ind Study, Membership, and Online courses on the Cart Details. See tCard Cursor section for available fields. |
##-HybridInfo-## | Information displayed for Hybrid courses on the Cart Details. See tCard Cursor section for available fields. |
##-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. You can add Calendar links to the email by adding the CalendarLinks expression to this section: <tr><td>Add event to my calendar: ##CalendarLinks([tCard])##</td></tr>
|
##-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. Examples: ##tCard.cocrsenm## - course title *See ##-Config-## section below for more information. |
##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: ##-Config-## The ##-Config-## Section should be placed at the end of the other sections. |
You can create a custom ECTable.htm template for use with custom regconfirm.htm templates.