I need to display the price (or the prices) in the registration page.
There is this piece of code: $event_cost = isset($event->event_cost) ? $event->event_cost : "0.00";, but it seems not working. It gives me always the “0.00” value. Instead, in the eventlist page, I can see the correct price.
My need is to be able to display the general price, member price or the discount price inside the registration page.
The support post ‘Price on the registration page’ 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.