Cart|Settings|...
This key specifies one service name. Below are the settings for this service. In the parameters defining the cart content you can use placeholders for the database field as they are used within a DigasSectionStringXML. Examples: "%TITLE%" or "%CATEGORY%" or "%SPEAKER% ( %INTENSITY% )". If fields INTRO or INTRO2 are used, there is the possibility of changing the format in which these fields will be displayed. This is done my adding {m:ss} or {s} after the field name. If the first one is used, time is displayed in minutes:seconds format. For the second one it will be displayed in number of seconds. If none of these format changers are used, default formatting is used. You can also use conditional text, meaning: "If field ... is not empty print the text ...". This is done by writing: "%FIELDNAME?Conditional text%. Or you can query if a field is not empty and not 0 with the expression: "%FIELD!=0?Conditional text". Only the comparison to !=0 is allowed, other expressions are not supported so far. If "Conditional text" is exactly the same as the field name, the field content is printed. Example: "%RAMP!=0?R(:%%RAMP!=0?RAMP%%RAMP!=0?)%%DONUT!=0?D(:%%DONUT!=0?DONUT%%DONUT!=0?)%%LENGTH%". If you write the special string "%FLAGS%" icons for CartBeat and CartMotion are displayed instead of text. The flags cannot be combined with a text. (either icons or text).