bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
28 stars 8 forks source link

Quantity field already present before making a selection #142

Closed rayedgar closed 6 months ago

rayedgar commented 2 years ago

It seems the Quantity field is shown before a selection of an activity. The field width is also very wide. After making a selection of an activity the quantity field becomes smaller.

Would it be more elegant and less confusing, if the quantity field is hidden at first until a selection is made?

Screenshot 2022-03-21 at 09 09 08 Screenshot 2022-03-21 at 09 09 18
yoancutillas commented 2 years ago

Thank you for your feedback, This will probably be up to custom code.

However, the fact that the quantity field witdh changes is abnormal, it may be due to a conflict with another plugin / theme. You can follow the instruction below "Booking Activities doesn’t work as it should" [here](https://booking-activities.fr/en/documentation/faq/) in order to identify which one.

rayedgar commented 2 years ago

Thank you for your reply. I will look into my custom css code. Since i have altered quite a bit of your css. However, I do think its not intuitive to already have a quantity visible before making an selection. This counts also for the booking button. For me, a more logical and less confusing would be to make a selection first and then display the quantity and booking button. They have no purpose before.

Could you suggest a custom code for this?

Many Thanks, Ray

yoancutillas commented 2 years ago

Ok, I note this as a feature request, its priority will increase with the number of requests, thank you! Sorry, I cannot provide support for custom code. If it helps, the bookacti_events_picked hook is triggered after events are selected.

yoancutillas commented 6 months ago

Closed, sorry this would really be up to custom code.