Tim Maecken

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: 404 error with enabled Sensei PlugIn #1116978
    Tim Maecken
    Participant

    Thank you all for taking care about this issue. Sensei 1.9.6 works well with the recent version of event tickets plus. Probably you can close this thread, just to give you feedback.

    in reply to: Remove Tickets sold/ stock #1061988
    Tim Maecken
    Participant

    Hi, thank you providing us with ticket plus. I also want to remove tickets # sold of # remaining from the buyer’s view.

    However, I am not familiar with php. The solution you were providing sounds correct for me:
    Removing the line

    echo sprintf( esc_html__( ‘%1$s out of %2$s available’, ‘event-tickets-plus’ ), esc_html( $remaining ), esc_html( $ticket->original_stock() ) );

    from
    …/event-tickets-plus/src/views/shopptickets/tickets.php

    Can you please provide more details on how to perform the theme override? I know, there’s a themer’s guide, but as non-php-programmer my question is

    (a) do I have to simply change the that single line into
    echo sprintf( esc_html__( ‘TICKETS ARE AVAIABLE’, ‘event-tickets-plus’ ), esc_html( $remaining ), esc_html( $ticket->original_stock() ) );

    if I want to display something else or

    (b) to simply delete the complete line or more of the code e.g.:

    if ( $remaining ) {
    ?>
    <span class=”tribe-tickets-remaining”>
    <?php
    echo sprintf( esc_html__( ‘%1$s out of %2$s available’, ‘event-tickets-plus’ ), esc_html( $remaining ), esc_html( $ticket->original_stock() ) );
    ?>
    </span>
    <?php
    }
    }

    Thank you so much for your help.

    in reply to: "Ticket Metabox" in adding event not recognized #699184
    Tim Maecken
    Participant

    Oh Barry, yes, the plugin was activated.

    However, while using the a german installation I was seeking for “Tickets” and did not see the german translation “Karten”.

    Although it was my fault I must admit that the translation is poor. This topic is closed. Thank you very much.

    in reply to: "Ticket Metabox" in adding event not recognized #698828
    Tim Maecken
    Participant

    Dear Barry. Thank you for your prompt response. The ticket editor box is absent. However, there is the notice, that I can extend the functions of event calendar (in my words, the woocommerce licence might not be recognized, although it shows to be valid in the settings tab).
    Same behaviour occurs locally using MAMP as on the internet.
    Everything else look great with woocommerce ticket and I wish I could use it. Do you need more information?

Viewing 4 posts - 1 through 4 (of 4 total)