Back in April last year I get a Link to some code from Barry:
On single event show a link to ticket in woocommerce – follow-up.
This seemed to work well enough then however when No Tickets are available:
if ( 0 === $count )
echo '<li> There are no tickets available for this event </li>';
echo '</ul>';
The code above does not seem to work – has something changed that prevents this from working – is there a work around.
You can see from this link that a particular event is sold out but when you click through the same Buy! is on the single event – it’s only when you click through that you get the OUT OF STOCK notice – I need to show it on the single event page ideally
Any help would be greatly appreciated – Thanks Guys
Phil