I’d like to display an additional currency on the ticket price table using a shortcode from a currency plugin: (€[convert number=6825 from=”sek” to=”eur”])
What template do I need to duplicate, where do I need to put it (uploads/espresso/ template maybe) and what code line do I need to modify?
You don’t actually modify the filter hook. You modify what’s returned by default. So you can copy the default html from the core plugin into your custom function. Your custom function will look like this:
The support post ‘Alternative currency display on ticket selector’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.