Sales Property
The Sales property contains the sales value of the last session.
Syntax
[currency=] SiteKiosk.Plugins("SiteCash").LastSessionInfo.Sales
|
Possible Values
Currency value that retrieves the sales value.
|
The property is read only.
Remarks
Examples
The following example shows the sales value of the last session in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").LastSessionInfo.Sales);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top