Support

Home Forums Event Espresso Premium EE4 Tax Administration

EE4 Tax Administration

Posted: May 12, 2014 at 9:23 am


James Brown

May 12, 2014 at 9:23 am

Hi,

Currently we are trying to use Tax administration to deal with VAT added in the UK.

We’ve got this implemented through the default pricing tab, however we’ve noticed a few issues with it.

The main issue we have is inconsistency of prices being shown;

Image on the single Espresso Events post type – this is inclusive of Tax, although it doesn’t state this anywhere initially (it is in the drop down however)

Image after selecting Register Now (actual registration form step) – This is the price without Tax added (although it doesn’t state this)

Would be ideal if this was the same across all steps, and ideally stated which it was doing.

Secondly, as a feature request I guess; would be the ability to either include or exclude the tax amount from the shown price with notification of which way round that was happening.

In the short term, is there a hook we can filter the output price in either place to make them appear the same value?

Thanks,
James


James Brown

May 12, 2014 at 9:24 am

Didn’t insert the imaages =/

Image one:
http://monosnap.com/image/InX5cPk7O9BtVVTEl79SATQFwqS3F3

Image two:
http://monosnap.com/image/Uk2h10eAGDz74xP1AlbVwe0jDQkF0O


Josh

  • Support Staff

May 13, 2014 at 8:31 am

Hi James,

You’re correct that the dropdown part of the ticket selector does itemize the tax part of the ticket. If you’d like to make changes to how the ticket selector displays pricing, there’s a hook you can use to load in your own template.

For example if you copy over the ticket_selector_chart.template.php file to your active WordPress theme folder (which we recommend using a child theme in this case) you’d add this function to your functions file to make your custom template load:

add_filter ('FHEE__EE_Ticket_Selector__display_ticket_selector__template_path', 'my_custom_ticket_selector_template_location');

function my_custom_ticket_selector_template_location(){
    return get_stylesheet_directory() . '/ticket_selector_chart.template.php';
}

The support post ‘EE4 Tax Administration’ 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