Support

Home Forums Event Espresso Premium Adding a second price to event totals on invoices and price labels

Adding a second price to event totals on invoices and price labels

Posted: January 22, 2017 at 6:49 pm


T R

January 22, 2017 at 6:49 pm

Hi there, we run a site with a need for two currencies, and I understand that Event Espresso doesn’t handle multi-currency. However, I just want to display the second currency only.

We will use USD in events, because we want to use PayPal, but we need to offer local bank transfer, which is in Korean Won (KRW). We NEED to be able to show the amount in Korean Won so people know how much they need to send during the checkout process. So we don’t need it for anything except displaying on the front end (backend and confirmation emails would be a bonus).

Is there any way of adding (through filters or hooks), adding something like this so that I can display a calculation next to all prices (invoice total, ticket price, etc.), which would be the other currency (excuse the PHP, not a PHP coder, just wanted to show logic):

$korean_price = $total_price * 1200;
echo $total_price . ' (' . $korean_price . ')';

Any ideas or help on how or where to do this would be fantastic, thank you.


Garth

  • Support Staff

January 23, 2017 at 12:51 pm

You should be able to add a pricing conversion information table right inside the event description, and that will also show up in the invoice if you include event description in the invoice.

The invoice can also display cusom fields from the event, no PHP coding required.

would that work?


T R

January 23, 2017 at 6:07 pm

Hi there, thanks for the response. The main thing is I need to show the total amount of the order, so if it’s 5 tickets at $50, need to show the total number of $250 converted for display. Example: $250 (W250,000)

Not sure if what you suggested would do that.


Josh

  • Support Staff

January 25, 2017 at 8:26 am

I can recommend contacting one of the developers listed on this page and one of them can give you a quote for a custom solution built to your specifications.

The support post ‘Adding a second price to event totals on invoices and price labels’ 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