Support

Home Forums Event Espresso Premium Sell recorded webinars / products

Sell recorded webinars / products

Posted: June 9, 2020 at 11:21 pm


benzett

June 9, 2020 at 11:21 pm

is there a way to sell a recorded webinar through event espresso? That would mean that the event is shown without a date. I could send the access data through an individual message template – only the date misses my plan up… 🙂
thanx for help!


Tony

  • Support Staff

June 10, 2020 at 3:30 am

Hi there,

You can add the links to the webinars to custom fields within the events and then use [EVENT_META_*{field_key}] to pull those values in a custom template.

With regards to the date, you’ll need to set the day to something far in the future, then hide the date output for the event on the front end and remove the datetime info from the custom template.

You can hide the dates on the front end using some CSS:

#ee-event-datetimes-ul-{event_id} {
    display: none;
}

For the messages, in the Registration Approved message type, remove :

<li>
    Dates/Times:</br>
    <ul>[DATETIME_LIST]</ul>
</li>

From the TICKET_LIST section.

Does that help?

The support post ‘Sell recorded webinars / products’ 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