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.
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 |
|---|---|---|---|---|
| 3 | 251 | 2 weeks ago | ||
| 5 | 317 | 3 weeks ago | ||
| 1 | 310 | 4 weeks ago | ||
| 1 | 348 | 1 month ago | ||
| 4 | 474 | 2 months ago |