[ad_1]
Hi Franky,
A member can see their reservations on one page. Here are the short codes used.
<!-- wp:heading {"level":6,"style":{"color":{"text":"#03a208"}}} -->
<h6 class="has-text-color" style="color:#03a208">Réservations confirmées</h6>
<!-- /wp:heading -->
<!-- wp:shortcode -->
[eme_mybookings rsvp_status=1 scope=future id=#_EVENTID template_id=19]
<!-- /wp:shortcode -->
<!-- wp:heading {"level":6,"style":{"color":{"text":"#efa300"}}} -->
<h6 class="has-text-color" style="color:#efa300">Réservations en liste d'attente</h6>
<!-- /wp:heading -->
<!-- wp:shortcode -->
[eme_mybookings rsvp_status=2 id=#_EVENTID template_id=33]
<!-- /wp:shortcode -->
<!-- wp:heading {"level":6,"style":{"color":{"text":"#0063a3"}}} -->
<h6 class="has-text-color" style="color:#0063a3">Réservations passées</h6>
<!-- /wp:heading -->
<!-- wp:shortcode -->
[eme_mybookings rsvp_status=1 scope=past template_id=51]
<!-- /wp:shortcode -->However, only the one for past events works, the others do not show any information. Is this a bug or is my programming wrong?
It worked in the past but I don’t know when it stopped working
- This topic was modified 4 hours, 47 minutes ago by .
The page I need help with: [log in to see the link]
