-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
1: Easyfeature requestRequests for new features. Please be as specific as possible and provide proposal API if it you canRequests for new features. Please be as specific as possible and provide proposal API if it you canvs-hackathonTasks for the HackathonTasks for the Hackathon
Description
What is the motivation for adding / enhancing this feature?
Different countries have varying currency formats -- specifically the characters used to indicate the thousandth and decimal figures. Whereas in the U.S. the price of a product would be $123,456.768, in a European country such as Hungary it would look like 123.456,768 Ft.
What are the acceptance criteria
- Add an option in the config, in addition to the currency sign, to allow for formatting the numeric value of the currency.
- Preferably, use a node module that adheres to ISO 4217, so that simply by choosing the currency code it will automatically format the currency value (or use https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat).
Can you complete this feature request by yourself?
- YES
- NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from
developbranch and create Pull Request2. Feature / Improvementback todevelop. - (Pick this option only if you're sure) This is an important improvement request for current Release Candidate version on https://next.storefrontcloud.io and should be placed in next RC version. In this case Developer should create branch from
releasebranch and create Pull Request3. Stabilisation fixback torelease. - (Pick this option only if you're sure) This is a critical improvement request for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version. In this case Developer should create branch from
hotfixormasterbranch and create Pull Request4. Hotfixback tohotfix.
Additional information
Metadata
Metadata
Assignees
Labels
1: Easyfeature requestRequests for new features. Please be as specific as possible and provide proposal API if it you canRequests for new features. Please be as specific as possible and provide proposal API if it you canvs-hackathonTasks for the HackathonTasks for the Hackathon