- This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › currency symbol disappears
Hi,
I just ran into a strange thing: I built an event booking system on my local server, and wherever I use the #_PRICE tag the currency symbol € automatically appears in front of the price.
Then I cloned the site and transferred it to an online server, and the currency disappeared! No changes made, all settings unchanged. Both servers run PHP 7.3, but my local machine still displaying the currency, online version doesn’t.
Not a major problem, but weird.
Kind regards, Leo
See this note when setting the “price localize” option:
This option only works if the php class NumberFormatter is present, which is always the case in newer php versions but just don’t forget to load the INTL extension in php.
So check the NumberFormatter class and the intl extension.
Ah, right, I just assumed my hosting provider would have all usual php extensions activated by default. Thankfully I could activate it myself quite easily, so problem solved. 🙂
Thanks again!