• I have created a booking form and when choosing number of adults the visitor can choose -1, -2 etc… number of persons, which result in wrong price. Is this something you have consider to avoid by making the selection only for adding and not allowing going under 0?
    Or is there a setting for this already?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I solved it by editing the front.js file (wp-content/plugins/booking-for-woocommerce/asset/js). I added min:”0″ here: … class:”mvvwb_input”,type:”number”,min:”0″,value:t.adult,name:”mvvwb_adult”…
    Same thing for children

    Thread Starter PillanAnder

    (@pillanander)

    Thank you Kobyashi but it did not work for me. The hole form was hidden from website when making this change.
    Any more suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Negative booking’ is closed to new replies.