Serafina

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Display Stock on List View #1196015
    Serafina
    Participant

    oh i forgot the echo ;),

    <!– Ausverkauft –>
    <?php if ( tribe_events_has_soldout() ): ?>
    <span class=”tickets-sold-out”>- Ausgebucht -</span>
    <?php elseif ( tribe_events_has_tickets() ): ?>
    <span class=”tickets-in-stock”>- <?php echo tribe_events_count_available_tickets() ?> Plätze verfügbar -</span>
    <?php endif ?>
    <!– Ausverkauft Ende –>

    it WORKS perfekt thank you for Help 😉

    • This reply was modified 9 years, 5 months ago by Serafina.
    in reply to: Display Stock on List View #1196009
    Serafina
    Participant

    i try this, but is not Working:

    <!– Ausverkauft –>
    <?php if ( tribe_events_has_soldout() ): ?>
    <span class=”tickets-sold-out”>- Ausgebucht -</span>
    <?php elseif ( tribe_events_has_tickets() ): ?>
    <span class=”tickets-in-stock”>- <?php tribe_events_count_available_tickets() ?> Plätze verfügbar -</span>
    <?php endif ?>
    <!– Ausverkauft Ende –>

    in reply to: Display Stock on List View #1195995
    Serafina
    Participant

    Hello András,

    thank you for reply 😉 Please can you help me to put the code in the right place?
    Im a absolut NEWBY in PHP ;(

    Here is my Code:
    <!– sold out –>
    <?php if ( tribe_events_has_soldout() ): ?>
    <span class=”tickets-sold-out”>- Ausgebucht -</span>
    <?php elseif ( tribe_events_has_tickets() ): ?>
    <span class=”tickets-in-stock”>- Plätze verfügbar -</span> <?php endif ?>
    <!– sold out end –>

    Special thanks

    Serafina

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