Hello, I see various unresolved posts about a common problem: when using the Woocommerce Bookings plugin, bookings are double (1 per language in a 2-language website).
Also, the configuration is tricky. This is the compromise I have found so far:
1) Bookable products must be translated (not always the right need)
2) Post type "wc_booking" (and bookable_person and bookable_resource too) must be set as "Translatable"
After a test booking here is what happens:
1) In the frontend the bookable product displays the correct remaining availability to the website users (OK)
2) In the backend the Bookings section displays two bookings, one per language (not OK)
3) In the backend the Calendar section displays 1booking (OK)
Please note: if I do not translate the bookable product into the second language, for each reservation the numer of persons is DOUBLED.
Thank you if you can let us know what your suggested settings are.