CyberStore Ecommerce 2023 Documentation
PretifyNumbers Method
Formats numbers as currency or decimals based on the formatting options defined in the _Currency of context. Introduced in v2.20.0.
Syntax
PretifyNumbers();
function PretifyNumbers() : any;
Remarks
Formats numbers contained in HTML tags marked with the "format-currency" class in the current currency of context, or numbers contained in HTML tags marked with the "format-number" class in the current number format of context. HTML tags who's contents are not numbers are ignored.