Hey Marc!
You should be able to add ticket stocks in the admin side of your site easily while you’re creating tickets โย just add the stock in the “Stock” field, as shown in this screenshot โ https://cloudup.com/ctpRcz6Q0fb
On the public side of your site, to show the ticket stock somewhere on your theme unfortunately requires a bit of custom coding. You can poke around in the plugin code to find different ways of doing this, but here’s a snippet I wrote a while ago that might help โ https://gist.github.com/momnt/31f9d9774e938846d635
Try placing that code in your theme’s functions.php file. You can then just add this function anywhere you want to display the stock information:
<?php example_displaying_stock_information(); ?>
Let us know if this helps!
Thanks,
George