• Hello,

    I need to arrange Service items alphabetically – is there a sort function or a workaround that can achieve this? I am unable to delete and recreate the service items in alphabetical order due to existing bookings on the items (also, that would be a bit absurd).

    Apologies if this is a repeat question, I have looked through all 15 pages of questions for those related to Services and did not find one.

    Much appreciated!

    https://www.ads-software.com/plugins/appointment-calendar/

Viewing 1 replies (of 1 total)
  • Hi cskimm,

    to show service list in ASC or follow given instruction

    a) for full calendar shorcode [APCAL]

    1.go to in your plugin directory >> appointment-calendar-shortcode.php

    2. open appointment-calendar-shortcode.php . go to line 592 and replace line with this line

    $findservice_sql = “SELECT * FROM $ServiceTable WHERE availability = ‘yes’ ORDER BY name ASC”;

    for any confusion find attached image click

    a) for mobile view [APCAL_MOBILE] shortcode

    1.go to in your plugin directory >> appointment-calendar-mobile.php

    2. open appointment-calendar-shortcode.php . go to line 375 and replace line with this line

    $findservice_sql = “SELECT * FROM $ServiceTable WHERE availability = ‘yes’ ORDER BY name ASC”;

    for any confusion find attached image click

    let me know did it work

    Thanks
    Abhishek

Viewing 1 replies (of 1 total)
  • The topic ‘How to arrange Service Items alphabetically?’ is closed to new replies.