Okay
  Public Ticket #2194508
Categories
Closed

Comments

  • Nicolás Covello started the conversation

    Hello, we're a site where professionals have their own profile page and we need to offer the option for the clients to book appointments with them.

    We need three basic features for this:

    1. The option to show on the professional profile page the appointment form with only the professional services and categories. (and we should be able to place it on the sidebar)

    2. We need a more general appointment form to the clients select from scratch the category, service and professional (this will be placed on common pages, outside each professional profile page)

    3. We need to have the field of 'Category' before 'Services', so the client can select first the category and then the services dropdown should be filtered.


    Is this possible with your plugin?

  •  1,708
    Miloš replied

    Hi Nicolás,
    Thank you for your inquire.

    We do have a various shortcodes that you can use to display the booking form differently.

    Here’s the list of all our shortcodes:

    1. For Step-by-Step Booking Wizard view:
      1. [ameliabooking] if you want to show the basic Step-by-step Booking wizard,
      2. [ameliabooking category=1] if you want to show only the services from a category with ID 1,
      3. [ameliabooking service=1] if you want to show the booking form for the service with ID 1.
      4. [ameliabooking employee=1] if you want to show the booking form for the employee with ID 1,
      5. [ameliabooking location=1] if you want to show the booking form for the location with ID 1,
      6. [ameliabooking category=1 employee=1] if you want to show only the services from a category with ID 1 that are assigned to the employee with ID 1,
      7. [ameliabooking category=1 location=1] if you want to show only the services from a category with ID 1 that are provided on the location with ID 1,
    2. For the Service Catalog view:
      1. [ameliacatalog] if you want to show the basic Service Catalog view,
      2. [ameliacatalog category=1] if you want to show only the services from a category with ID 1,
      3. [ameliacatalog service=1] if you want to show this form for the service with ID 1,
      4. [ameliacatalog employee=1] if you want to show the services of one specific employee with ID 1,
      5. [ameliacatalog location=1] if you want to show the services of one specific location with ID 1,
      6. [ameliacatalog category=1 employee=1] if you want to show only the services from a category with ID 1 that are assigned to the employee with ID 1,
      7. [ameliacatalog category=1 location=1] if you want to show only the services from a category with ID 1 that are provided on the location with ID 1,
    3. For the Search view:
      1. [ameliasearch] if you want to show the basic search view,
      2. [ameliasearch today=1] if you want to show the search view with a preselected current date.
    4. For the Event booking:
      1. [ameliaevents] if you want to show list of all your events,
      2. [ameliaevents tag=”name”] if you want to show just the events that belongs to the same tag defined during the creation of events, where “name” will be replaced with the tag name,
      3. [ameliaevents event=1] if you want to show only the event with ID 1 without its recurring events,
      4. [ameliaevents event=1 recurring=1] if you want to show the event with ID 1 with all his recurring events.


    You can see almost all of them on our demo sites and also see how they can be displayed.

    https://wpamelia.com/demos/


    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [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

  • Nicolás Covello replied

    Hello,

    Ok I foudn the shortcodes usefull, but what about the "We need to have the field of 'Category' before 'Services' so the client can select first the category and then the services dropdown should be filtered."

    Also, is it possible to group services into packs? (for ex. create a 'Spa Day' group on where are the services of 'Massage', 'manicure' and 'facial lifting' )

    We are going to use coupon codes that the clients purchase as 'packs'

  •  1,708
    Miloš replied

    Hi Nicolas,

    Unfortunately only way to firstly display the categories then services is with this case

    https://beauty.wpamelia.com/our-services/

    Packages are not possible at the moment, but we do have this in a plan for the future versions.


    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [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