Okay
  Public Ticket #3393652
Extra questions
Closed

Comments

  • Franck Nesa started the conversation

    When you set up packages, you select services but there is no options about extra services and extender duration like in the service panel. These features are them includes in packages? 

    Our company provide bath services and each service selled disable 1 bath availability. How can we manage that in amelia system. Should i register my bath as employee for manage availability. 

    In this case, if i want sell 1 services for a group (exemple 4 person ), one employee (bath) will be unavailable but really i need to disable 2 bath. Is it possible for one service selled to disable 2 employee ? 

    Thanks

  •  1,196
    Uroš replied

    Hello Franck,

    Thank you for reaching out to us.

    That is right, extras will not be displayed for the package booking.

    In regards to the baths configuration, I would suggest that you configure each bath available as an employee. In regards to your last question, you can configure the resources in Amelia for that purpose. You can read more about that at the following link

    Hope this helps you.

    Please let me know if you have any other questions.


    Kind Regards, 

    Uros Jovanovic
    [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

  • Franck Nesa replied

    Thanks for your answers.

    In my case, we have 4 baths, and each bath can have 2 customers. 

    For 1 or 2 people, thats perfect, because it use only 1 ressource. 

    But i want offer services for more customer. 

    For exemple, i want offer service for 3 people (or 4, 5, 6, 7, 8) so this services will use multiples baths. If i use ressources system, can i specify how much ressources will be use for each service or it will use 1 resources by services? 

    The other way will be to use packages system but unfortunately with packages service, we cannot use extra service or extra duration and we need theses features.

    Do you have idea for solve my problem? 

  •  1,196
    Uroš replied

    Hello Franck,

    With resources, you will be able to define the number of appointments that will be available per service. Resources do not work with capacity at the moment, but this will be available in the future.

    Thank you for your patience.

    Please let me know if you have any other questions.


    Kind Regards, 

    Uros Jovanovic
    [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

  • Franck Nesa replied

    I see, so the only solutions for my case is to invite customers to repeat book process multiples times if he want to book for more than 2 people. 

    Can we buy multiples services in one form process or we have to repeat payment for each booking? 

    Last question:

    If i enable woocomerce payment, what is the final action of step by step wizard? Add product to cart? Redirect to cart?if there is no automatic redirection i still can invite customer to multiply process and pay after the total amount of booking. 

    Hope this solution is possible for me. 

    Thanks. 

  •  1,196
    Uroš replied

    Hello Franck,

    Thank you for the update on this.

    The integration works this way, and it doesn't accept more than one product if an Amelia product is present. There's a possible workaround, though.

    Please note that this hasn't been thoroughly tested, but a few of our customers have confirmed that it works as expected.

    Please access this script: ../wp-content/plugins/ameliabooking/src/Infrastructure/WP/Integrations/WooCommerce/WooCommerceService.php and comment line 604, in the "addToCart" method:

    $wooCommerceCart->remove_cart_item($wc_key);
    9593492599.png

    This should allow you to add more than one appointment to the cart.

    The final step is the redirection to the cart or checkout, depending on what options you set on the Amelia/Settings/Payments page.


    Kind Regards, 

    Uros Jovanovic
    [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