How can I change the pricing to include ' , ' My currency is in yen. I would like to show it as 4,000,000 or 4,000
The script is omitting ' , ' whenever I type in the price.
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Solved by Jayesh Gohel View solution
How can I change the pricing to include ' , ' My currency is in yen. I would like to show it as 4,000,000 or 4,000
The script is omitting ' , ' whenever I type in the price.
You can use the number_format Twig filter, as -
{{ 9800.333|number_format }}
Ah. right one. I just needed the thousand separator. so this is all needed. Thanks.
{{ 9800.333|number_format }}
Glad it helped 🙂
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 4 | 193 | 2 months ago | ||
| 3 | 91 | 2 months ago | ||
| 11 | 451 | 3 months ago | ||
| 0 | 45 | 3 months ago | ||
| 5 | 125 | 3 months ago |