config.js
window.config = {
numberFormatting: [/\B(?=(\d{3})+(?!\d))/g, " "],
priceNumberFormatting: [/\B(?=(\d{3})+(?!\d))/g, " "],
priceFormatting: [/^(\d)/, '$$$1'],
soundVolume: 0.2,
};Price Formatting
Last updated