Support

Home Forums Event Espresso Premium Missing price and -more information- when price is 0

Missing price and -more information- when price is 0

Posted: August 29, 2016 at 2:17 pm


ARAGATO

August 29, 2016 at 2:17 pm

When the ticket has a price above 0 the single event details page shows the ticket name, the price and a button -more information- which shows even more ticket information when clicked.
http://uploads.aragato-server.net/screenshots/201608296aaab069b9.jpg

However, when the ticket is free/ has a price of 0, nothing is show. Not the price, not the ticket name and not the -more information- button.
Besides, somehow the phonenumber of the venue is shown when the price is 0. I do not want that either.
http://uploads.aragato-server.net/screenshots/201608299bab20239c.jpg

How can I show it all? I would like to have the same behavior as with tickets that are not free.


Josh

  • Support Staff

August 29, 2016 at 2:49 pm

The phone number of the venue is shown when the Venue’s phone number field is filled out, regardless of whether there’s a price for a ticket or not.

You can display the ticket selector for when there’s nothing to select by adding the following code to your site:

add_filter( 'FHEE__ticket_selector_chart_template__hide_ticket_selector', '__return_false' );

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.


ARAGATO

August 30, 2016 at 5:10 am

Works smoothly. 😀

The phone number was a CSS issue.

Resolved.

The support post ‘Missing price and -more information- when price is 0’ 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.

Event Espresso