Events Made Easy Forums Generic currency symbol disappears

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #60710
    Anonymous
    Inactive

    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

    #60712
    Franky
    Keymaster

    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.

    #60729
    Anonymous
    Inactive

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top