Various Features Not Working on Individual Pages ​
Several ACEweb features require javascript from the individual template associated with the feature. E.g. many features on the Enrollment Cart page require javascript that is in the <head>
tag of xenrollcard.htm.
If you have the javascript on the individual template but the feature does not work, it may be because your standard.htm template is missing the ##SCRIPTS## tag.
The ##SCRIPTS## tag is what pulls the javascript from an individual template into the <head>
tag of the generated page. If it's missing from Standard.htm, the additional javascript code isn't included so the feature doesn't work.
The ##SCRIPTS## tag must go just before the closing </head>
tag on the Standard.htm template. Once you add the missing tag, you must reload the COM servers.