oCourse.HTMLMandFeeText ​
Returns mandatory fees listing.
ACEweb Routines/Templates ​
Required Parameters ​
None
Optional Parameters ​
- Character string to specify format of Total line. Note: total line will only appear if there are 2 or more mandatory fees.
- Character string value determines pattern for fee display. E.g. [$$$$.99]. Defaults to [$$,$$$.99].
Example(s) ​
##oCourse.HTMLMandFeeText()## returns listing of mandatory fees.
##oCourse.HTMLMandFeeText([<strong>Total: $$$$9.99</strong>
])## returns bolded total of all mandatory fees--IF--there is more than 1 mandatory fee for the course.