Okay
  Public Ticket #2330256
Several Questions
Closed

Comments

  •  7
    Helmut started the conversation

    Hi, 
    i purchased your plugin and it's very awesome but i have a few preferences missing. Maybe there is a workaround for this.
    1. Is it possible that a free appointment won't be redirected to the woocommerce cart page.
    2. Is it possible to set duration to a specific time not 30min or 1h
    3. Is it possible to set more than one reminder with different emails
    or is there a detailed dokumentation for cronjobs.
    4. Is it possible to disable choose employee
    5. Shortcode for the booking with categories to jump directly into the datepicker

    Kind regards,
    Daniel

  •  2,572
    Aleksandar replied

    Hello Daniel

    Thank you for your purchase.

    1. You can add this script above the shortcode:

    <script>
    window.ameliaBooking = {wc: {bookIfPriceIsZero: true}};
    </script>

    And it will skip the cart if price is zero.

    2. You need to lower the default time slot step in General Settings. I believe it is currently set to "30 minutes", and that's why you have a 30-minute step when creating the service duration. When you lower it, the options will change. For example, if you set it to be 15 minutes, you will be able to create services that last 15 minutes, 30 minutes, 45 minutes, 1 hour, and so on. If you lower it to 5 minutes, you will be able to create the services that last 5 minutes, 10 minutes, 15 minutes, 20 minutes, 25 minutes, and so on.

    3. Only one reminder is currently included in the plugin - day before. There are no instructions on adding cron jobs in our documentation, since adding cron jobs is not a part of Amelia. The only instructions we have is for the WP Crontrol plugin, and it is located in our FAQ section.

    4. We can help you hide that drop-down with some custom CSS, so the plugin always randomly assigns the employee.

    5. You can see the list of all our shortcodes in our FAQ section, but I believe you're looking for [ameliacatalog]

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  7
    Helmut replied

    Thanks for the great and fast answer.
    Do i have to install code snippets to integrate the script into the header or in the footer or is there a special place where i have to add the script.

    4. We can help you hide that drop-down with some custom CSS, so the plugin always randomly assigns the employee. - YES PLEASE send me the css

    Kind regards Daniel

  •  7
    Helmut replied

    Thanks i found the place for the script i read over it and then i sav above the shortcode

  •  7
    Helmut replied

    I've also tried to add css to hide the employee field.

    But when i use the shortcode with special service [ameliabooking service=1] 
    The booking isn't choosen and it don't jump over to the datepicker

    Kind regards, Daniel 
    Ps: Thanks for Help

    .am-select-employee-option{
    display:none !important;
    }
  •  2,572
    Aleksandar replied

    Hello again Daniel

    You're welcome.

    If you have more than one employee assigned to the same service, you can't jump straight to the calendar (date picker). Even if we hide the employee drop-down, your customers would still need to click on "Continue" to get to the date picker.

    If you need them to go straight to the calendar, you would need to add a shortcode like [ameliabooking service=1 employee=1].

    You can try with this above the shortcode:

    <style>
    #amelia-step-booking0 > div.am-select-service > form > div.el-form-item.am-select-employee-option {
    display: none !important;
    }
    </style>

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  7
    Helmut replied

    Ok thanks for the reply, but that we can't do because every employee is connected with his calender and the customer should not be able to choose the emplyee.
    It should automatically choose the employee which has time for the appointment.
    And if we set [ameliabooking service=1 employee=1] then could it be possible that this employee has no time but a other employee has time and the time can't be picked by a customer.
    Kind regards, Daniel

  •  2,572
    Aleksandar replied

    That is true, Daniel

    In that case, they need to click on Continue first in order to get to the calendar.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables