Hard Tickets (Shipping), Tax netto / brutto

WordPress Event Management, Calendars & Registration Forums General Question Hard Tickets (Shipping), Tax netto / brutto

This topic contains 2 replies, has 2 voices, and was last updated by  ckai 10 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10063

    First of all: nice Plugin! We just bought the pro version of WP Event Organiser.
    Now I’ve got two questions:

    1. Is there any way to automatically include shipping costs? Currently we want to use the functions of your plugin for booking und payment, but we want to ship the tickets via post.

    2. I tested the VAT Extension. It calculates the taxes on top of the ticket prices. Is it possible to show only the tax included in the ticket prices? For Example: Ticket price is 10 EUR (with 19 % included) and a message like (contains 1,60 EUR MwSt.) is showing up?

    Thank You!

    ckai
    #10091

    Hi,

    1. Yes/No – it’s possible, but requires custom code (there are no options for this). There is a planned for feature for ‘priced fields’ – effectively fields you can add to the form customiser which adjust the total booking price. So you could, for example, have a mandatory checkbox which adds a booking fee to the total. There’s no ETA for this at the moment, unfortunately, so if this is a feature you urgently require, get in touch via this form and we can discuss it more.

    2. The total amount of VAT should appear just above the booking total, but if you want it included in the ticket price you can copy the template eo-ticket-picker.php into your theme and edit it there to replace

     <?php echo eo_format_price( $ticket['price'], true ); ?>

    with

    <?php echo eo_format_price( (1 + eventorganiservat_get_vat_percent()/100)*$ticket['price'], true );?>
    Stephen Harris
    #10156

    Hi Stephen,

    thanks for your support. Your solution for my second questions works, but then the total costs are calculated wrong (with rounding errors and prices like 10,9847392945 EUR). Finally I write a text above the Booking Form that all taxes are included.

    The shipping costs for hard tickets are working now. I modified occurrence-picker.js for the visible price and add a further item to the paypal gateway with 2 EUR shipping costs. Maybe not a very nice way, but it’s okay for the moment.

    The ‘price fields’ sounds interessting anyway.

    Thank you.

    ckai
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.