As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2531139
Front end Customer panel
Closed

Comments

  • Estefanía started the conversation

    Hi!

    We would like to show all appointments at the front end panel of customer.

    It is not easy for a client to understand he has to select a data on calendar to see his appointments. 

    We would like all appointments are shown at first sight.

    Please, can you help us? 

    Thanks!




  •   Estefanía replied privately
  • [deleted] replied

    Hello Estefania, 

    Unfortunately, there isn't such option in Amelia with its current built-in features. There isn't a possibility to show all of the appointments, because of the date picker, the date range needs to be chosen in the panel in order for appointments for those dates to be shown in the appointments list. 

    You can try adding this script to the page where you have the Customer panel: 

    <script>
    window.ameliaBooking = {
        pastEventsDays: 10,
        cabinet: {
            pastDays: 0,
            futureDays: 10,
            disableAuthorizationHeader: false
        }
    }
    </script>

    and for pastDays and futureDays in cabinet set some number of days that you want the appointments to be shown.

    And let me know if it helped. 

  • Estefanía replied

    Ohhhhh Marija, You are the best!

    Thanks so much!!!!!
    It is just what we needed!

    TX, tx a lot!

    Estefanía.

  • [deleted] replied

    You are welcome, Estefaniasmile.png

    I hope that the script will help out.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.