summukas

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Displaying tickets left in category page #118995
    summukas
    Participant

    I don’t think it would be that hard to display it there, isn’t it? I just can’t figure it out by myself and thus I think it would remain unsolved for me.

    in reply to: Tickets left in category page #117228
    summukas
    Participant

    Anything?

    in reply to: Displaying tickets left in category page #117226
    summukas
    Participant

    Anything?

    in reply to: Displaying tickets left in category page #115815
    summukas
    Participant

    Thanks! How can I use it dynamically? Let’s say I could write woot_low_stock() multiple times, but if I have 10 tickets, another event 20 tickets… I can’t do it dynamically, can I?
    woot_how_many_tickets() need now! 🙂 Okay, any help appreciated! Thanks!

    in reply to: Tickets left in category page #112147
    summukas
    Participant

    Hi!

    I am using a category page where all upcoming events from this specific category are being displayed in a table (custom).
    Now i want to add a column where there are tickets for this specific event and this shows up like 10/11, which means 10 ticekts still available and 11 tickets alltogheter.

    And next column “price” which shows this specific events price. It is possible to do this without WooTicket plugin, because I can set a price for event, but if i activate wootickets, then no ticket information on the category page.

    Thanks!

    in reply to: Remaining Inventory Not Showing for Tickets #110738
    summukas
    Participant

    Anything?

    in reply to: Remaining Inventory Not Showing for Tickets #109243
    summukas
    Participant

    It’s easy to display it on specific event page. Can it be displayed on category page (with modified theme)?

    in reply to: Remaining Inventory Not Showing for Tickets #108700
    summukas
    Participant

    Sorry for two comments. I am trying to add “available / all tickets” + “cost” to the category page. I have modified category page as I want it to be. There are all events (in table) of this category and link to specific event where it can be bought.

    Oh, by the way – sbrinley. You can alter tickets.php file to show Available tickets by adding this code to the table where tickets are being displayed (make sure you copy this file to your theme folder).
    echo “<td class=’tickets_description’> Available: “;
    echo $ticket->stock;
    echo “</td>”;

    in reply to: Remaining Inventory Not Showing for Tickets #108699
    summukas
    Participant

    I need the same thing!

    And extra I need price of event. When I disable WooCommerce Tickets plugin and set Event cost, then it shows exactly what I need, but not with using this plugin.

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