Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author a.ankit

    (@aankit)

    HI Jakk,

    Well the service time can be hidden by editing the code. Basically you will need to comment out the code which is responsible for displaying the service time.

    We can provide you with instruction to do the same. However, the customization will be overwritten once the plugin is updated.

    So would you be interested in editing the code file? Let me know

    -Ankit

    Thread Starter JakkFrosted

    (@jakkfrosted)

    Yes, I can do that, it would be a huge help to know which file to edit, as there are so many. I would also like to change the dropdown list of services to radio buttons.

    Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi JakkFrosted,

    Here the steps to hide Service Duration in service drop-down list at customer booking interface.

    Step 1. Locate file appointment-calendar-shortcode.php in plugin dir

    Step 2. find code line

    echo "<option value='$Service->id'>".ucwords($Service->name)." (".$Service->duration."min/$$Service->cost)</option>";

    Step 3. Update following code line as bellow (around line no.686)

    echo "<option value='$Service->id'>".ucwords($Service->name)." ("$$Service->cost)</option>";

    You done, try customer booking interface.

    Thanks & Great Day
    Frank

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding Service Times’ is closed to new replies.