Forum Replies Created
-
AuthorPosts
-
summukas
ParticipantI 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.
summukas
ParticipantAnything?
summukas
ParticipantAnything?
summukas
ParticipantThanks! 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!summukas
ParticipantHi!
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!
summukas
ParticipantAnything?
summukas
ParticipantIt’s easy to display it on specific event page. Can it be displayed on category page (with modified theme)?
summukas
ParticipantSorry 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>”;summukas
ParticipantI 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.
-
AuthorPosts
