Time slots are not displayed with Woocommerce Bookings
-
Hi,
I am sharing here the solution to a problem encountered with Woocommerce Bookings and the display of the block with the time slots after selecting a date.
This display seemed to work perfectly on desktop but the time slots were not displayed during tests on mobile outside our internal network.
In the end, it was not a mobile problem, but a network problem. The display of time slots is conditioned by an ajax call made on the /wp-admin/admin-ajax.php route.
Like many, we block access from outside our internal network to all /wp-admin/ routes, which is why it did not work in our mobile tests from an outside network.
You must allow access to this route from the outside.
Hoping to have been able to help other users.
- The topic ‘Time slots are not displayed with Woocommerce Bookings’ is closed to new replies.