When creating a booking manually, the product name does not show up on the “create-booking-page-2” template. So the client loses track of the product they are creating the booking for. I updated my template here: /woocommerce-bookings/includes/admin/views/html-create-booking-page-2.php
and just added echo esc_attr( $product->get_name() ); between some H2 tags and it shows up wonderfully. simple fix for sure.
Open
Last updated: March 18, 2020
0 comments
Log in to comment on this feature request.