How can I add a service for 2 people? Let's say there is a couple massage appointment, which costs 100€ for each person. So for this appointment all together they have to pay 200€.
Now I have set the minimum and the maximum to 2 people. I would expect that now when booking, the system calculates and selects 2 people right away.
Still it only shows 1 person in the checkout, also with the price of one person. I could manually set the price to 200€ from the beginning, but then in the checkout it says "1 Person" with the newly set price.
I could hide this field by CSS, but I would still need this info for other services where they would be allowed to bring more people.
Still there is one issue with a group appointment: I have selected 4 people minimum, 8 people maximum.
In the frontend it shows when people select another person they want to bring the option of "3 people" up to "7 people". This is very misleading, because the user expects 4 people is mininum and obligatory.
As a user I would think for this group appointment 4 + "3 people" additionally, which makes 7 people in total.
Maybe you can change your code for the drop-down to print the value more userfriendly: In my case the dropdown says "3 people" because it counts: [1 person + "3 people"= minimum people]. It would be better if the dropdown should just prints the minimum value, so I can ask users "How many people are you in total?"
Is there a way you can point out a way to change what is written in the dropdown?
"In the frontend it shows when people select another person they want to bring the option of "3 people" up to "7 people". This is very misleading, because the user expects 4 people is mininum and obligatory.
As a user I would think for this group appointment 4 + "3 people" additionally, which makes 7 people in total."
True - thank you for the kind input. I have submitted your suggestion ( the dropdown says "3 people" because it counts: [1 person + "3 people"= minimum people]); as we don't have this option currently - we will consider it for future implementation.
Also you can post it here; users will be able to vote for it and it can be considered in the future. We have a lot of feature requests, the most requested features are in the top of the list and we really try to implement as many new features in each update.
How can I add a service for 2 people?
Let's say there is a couple massage appointment, which costs 100€ for each person. So for this appointment all together they have to pay 200€.
Now I have set the minimum and the maximum to 2 people. I would expect that now when booking, the system calculates and selects 2 people right away.
Still it only shows 1 person in the checkout, also with the price of one person. I could manually set the price to 200€ from the beginning, but then in the checkout it says "1 Person" with the newly set price.
I could hide this field by CSS, but I would still need this info for other services where they would be allowed to bring more people.
Can you help?
Just fixed it, it was a caching issue!
Still there is one issue with a group appointment:
I have selected 4 people minimum, 8 people maximum.
In the frontend it shows when people select another person they want to bring the option of "3 people" up to "7 people". This is very misleading, because the user expects 4 people is mininum and obligatory.
As a user I would think for this group appointment 4 + "3 people" additionally, which makes 7 people in total.
Maybe you can change your code for the drop-down to print the value more userfriendly:
In my case the dropdown says "3 people" because it counts: [1 person + "3 people"= minimum people]. It would be better if the dropdown should just prints the minimum value, so I can ask users "How many people are you in total?"
Is there a way you can point out a way to change what is written in the dropdown?
Hi Xuan,
I apologize for the later response.
"In the frontend it shows when people select another person they want to bring the option of "3 people" up to "7 people". This is very misleading, because the user expects 4 people is mininum and obligatory.
As a user I would think for this group appointment 4 + "3 people" additionally, which makes 7 people in total."
True - thank you for the kind input. I have submitted your suggestion ( the dropdown says "3 people" because it counts: [1 person + "3 people"= minimum people]); as we don't have this option currently - we will consider it for future implementation.
Also you can post it here; users will be able to vote for it and it can be considered in the future. We have a lot of feature requests, the most requested features are in the top of the list and we really try to implement as many new features in each update.