ME Calendar booking button

Hi
On this page: http://test.blommenhofutbildning.se/aktuella-utbildningar-2/ i would like to have one button that says “Visa detaljer” to read more about the event. But if I in the actual event have placed a booking form the “Visa detaljer” button is automatically changed to “Boka” (see the event Entreprenadjuridik where the booking function is activated)

So:

  1. I would like to have one button to view the details.
  2. In the details I would like to have the “Boka” button

Is that possible? These are my settings: http://test.blommenhofutbildning.se/wp-content/uploads/2018/08/Skärmavbild-2018-08-10-kl.-14.26.57.png

Hi @TomasJarvling,

Thanks for reaching out.

It’s only normal to have that kind of buttons depending on the active features of the event. And with booking, reservation button is always displayed.

Though, you may able to change that text through javascript. Please add this code to you global custom javascript

jQuery('.mec-skin-list-events-container .mec-booking-button').html('Visa Detaljer');

You may enhance it but we can’t further provide customization to that snippet. This should serve as a guide only :slight_smile:

Thanks!

Thanks.
I managed to persuade the customer to go for the built in functionality.
Tomas

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.