Support

Home Forums Event Espresso Premium Currency with/without blanks?!

Currency with/without blanks?!

Posted: January 7, 2014 at 1:42 am

Viewing 5 reply threads


Klaus M

    January 7, 2014 at 1:42 am

    Hi guys, using the [cost] TAG in my e-mail displays the cost like “EUR7.00” and using the [cost] TAG in my ticket template displays the cost like “EUR 7.00” (which is correct)! How/Where can i insert the blank between the “EUR” and the “X.YY” in my e-mail TAG?


    Dean

    • Support Staff

    January 7, 2014 at 2:30 am

    Hi,

    In the file includes/funcstions/email.php are two lines

    $org_options['currency_symbol'] . $event_cost,
    $org_options['currency_symbol'] . $event_cost,

    Change them to

    $org_options['currency_symbol'] . " " . $event_cost,
    $org_options['currency_symbol'] . " " . $event_cost,


    Klaus M

      January 7, 2014 at 3:26 am

      thanks! did that and worked! just saw “currency_symbol” – is there a chance to change “EUR” to “€”


      Dean

      • Support Staff

      January 7, 2014 at 5:24 am

      Yes and no, it can be done but the reason we haven’t is due to the current encoding being used, it doesn’t work too well.

      Version 4.0 will rectify that aspect.

      If you want to give it a try you will need to edit the includes/organization_config.php file on line 118.

      This is a core file like the one you just edited so updates will over write the changes.


      Klaus M

        January 7, 2014 at 5:27 am

        Ok, i’ll wait for the update. Thanks! When do you plan to release 4.0?


        Dean

        • Support Staff

        January 7, 2014 at 5:58 am

        We want to release the first version very soon, but we are still resolving some tickets on it (it’s a complicated program!).

        Viewing 5 reply threads

        The support post ‘Currency with/without blanks?!’ is closed to new replies.

        Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

        Event Espresso - Staging Server