Forum Replies Created
-
AuthorPosts
-
Tim Maecken
ParticipantThank 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.
Tim Maecken
ParticipantHi, 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 lineecho 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.phpCan 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.
Tim Maecken
ParticipantOh 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.
Tim Maecken
ParticipantDear 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? -
AuthorPosts
