VAT in Event Tickets when WOOCOMMERCE uses net prices

Home Forums Ticket Products Event Tickets Plus VAT in Event Tickets when WOOCOMMERCE uses net prices

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1343045
    Michael Wieland
    Participant

    I am using Event Tickets plus to sell my seminar bookings.
    Seminars are charged with 19% VAT in Germany, but I still manage all prices net, WOOCOMMERCE adds the appropriete VAT at the end. So I added the net price in to my event and WOOCOMMERCE correctly added 19% to charge my customers.

    BUT: The evnet page show net net price on top and the VAT included price further down within the checkout field.
    Is there a way – beside changing my shop’s internal pricing to VAT included prices – to show the VAT inkluded price in the event ticket page?

    Also a currency sign would be a plus for an “event ticket plus” package!

    #1343933
    Andras
    Keymaster

    Hallo Michael

    Thanks for using our plugins and welcome to the forums!

    That is a great question you brought up here. I see your issue.

    At the moment I don’t have a solution for you to show prices incl. VAT at the top. I can recommend a workaround though, displaying “exkl. MwSt.” after the price. Or “+ 19% MwSt”

    I see you are using Avada, which already overrides most of our templates.

    Look for this file: wp-content\themes\Avada\includes\class-avada-eventscalendar.php

    Around line 101 you will see this:

    <span class="tribe-events-cost"><?php echo wp_kses_post( tribe_get_cost( null, true ) ) ?></span>

    And change it to this:

    <span class="tribe-events-cost"><?php echo wp_kses_post( tribe_get_cost( null, true ) ) ?> (exkl. MwSt.)</span>

    I will try to check if it would be possible to show the prices with VAT incl.

     

    Also a currency sign would be a plus for an “event ticket plus” package!

    I’m sorry, I don’t fully understand this. Could you please explain in a bit more detail? Thanks!

    Cheers,
    Andras

    #1345374
    Michael Wieland
    Participant

    Thanks for the response. I got the issue solved by changing all prices in my shop to VAT included and added the full price to the ticket plus as well. Now it is constant.

    The only trouble now is the divider: the never ending story as in Excel. I saw threads in 2015 so I don’t want to bother you but I guess it is still an open issue that you take over the currency settings of WOOCommerce.
    In Germany obviously we use comma as decimal mark while in US it is a dot. My shop mixes it now because Woocommerce uses comma correctly, while the ticket plus show a dot: https://copterview.eu/events/kategorie/messe/messe-drohnenfuehrerschein/

    Any idea if you change this one time?

    #1345610
    Andras
    Keymaster

    Hi Michael,

    Glad to hear you found a solution for the price.

    This, however – your original report – looks like a bug in our plugin, so I will ticket that and our developers will take a look at it.

    As for the dot-comma issue I checked what we have on file. Good news is that this fix is planned. Bit less good news is that it’s part of a bigger package and at the moment I don’t have any set date when it is going to be released. But very likely still this year.

    Is there anything else I can help you with before I close this thread?

    Grüsse
    Andras

    #1356189
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘VAT in Event Tickets when WOOCOMMERCE uses net prices’ is closed to new replies.