Support

Home Forums Event Espresso Premium Removing Country currency description from invoice

Removing Country currency description from invoice

Posted: July 13, 2016 at 10:06 pm

Viewing 2 reply threads


Peter H

July 13, 2016 at 10:06 pm

Greetings

We are in Australia and only operate here. I’d prefer for the ‘Aud’ next to the billing figure to not appear. How can I achieve that?

Regards

Peter


Tony

  • Support Staff

July 14, 2016 at 7:30 am

Hi Peter,

Currently its not possible to remove the currency code from the invoice, the shortcodes used always parse to include the currency code.

I’ve requested some feedback from our developers to see if there is a way around this.


Josh

  • Support Staff

July 14, 2016 at 12:19 pm

There’s a new filter hook in Event Espresso 4.9.3 that allow you to remove the country currency description.

You add the following code to your site to use the filter:

add_filter( 'FHEE__EEH_Template__format_currency__display_code', '__return_false' );

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 2 reply threads

The support post ‘Removing Country currency description from invoice’ 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