I am using the custom post type template single-espresso_event.php and in it displaying the price
$event_price = '£' . do_shortcode('[EVENT_PRICE event_id="'.$event_id.'" number="0"]');
<?php echo $event_price; ?>
which is fine it displays the price, and if it is within the ealry bird pricing dates, it displays the early bird price. However it doesn’t state that it is the early bird price and that the price will go up after the set date. What I would really like is to be able to display:
Full Price: £100
Early Bird Price: £95. When booked before <early bird end date>.
I’ve tried and failed to do this. How can I amend the custom post type template to achieve this please? Thanks.
It turns out there is more than one way to go about this. One way is to edit the single event template and change the shortcode that displays the registration from to:
The support post ‘Displaying Early Bird Pricing Details on Custom Post Type Template’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.