ZeroAllMoney Method
The ZeroAllMoney method resets the accumulated sales amount.
Syntax
SiteKiosk.Plugins("SiteCash").AccumulatedMoneyStorage.ZeroAllMoney()
|
Return Value
Remarks
Examples
The following example resets the accumulated sales amount.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
var AMStorage = SiteKiosk.Plugins("SiteCash").AccumulatedMoneyStorage;
AMStorage.ZeroAllMoney();
</SCRIPT>
|
Applies to
SiteKiosk v6.5 (and later versions).
Back to top