Booking and order number do not match

The booking number and the order number do not match each other, as you can see from the screenshots bellow. This can confusion and miscommunication in our users.

1 Like

Hi,

Yes, it works this way in the current version, WordPress stores orders and bookings within the same database table so there are different (subsequent) IDs, but you can ignore the order ID - it’s used as a payment receipt only. Bookings are stored separately from orders because there may be websites that don’t require booking payments.

Is there a snippet or a other work around to match the ordernumbers?
It is confusing for users. Or maybe add a extra field at the order and mention “this is booking ##”

1 Like

Hi,

Unfortunately, there’s no such feature, it would require a custom implementation.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.