bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
29 stars 10 forks source link

Bought products not bound to activity #173

Closed rayedgar closed 1 year ago

rayedgar commented 1 year ago

Hi,

Oh dear! I forgot to bound the activity in the product settings. The product has been bought by quite a few customers. But they are not being booked by BA because of this..

What can i do to insert the already bought products into BA?

yoancutillas commented 1 year ago

Hello Ray,

With the Order for Customers add-on, you can add a booking and bind it to the order from the backend: docs.

Without that add-on, you can display a booking form on a page (with its shortcode) and ask your customers (by email) to make a booking corresponding to their order. However, the booking won't be bound to the order.

rayedgar commented 1 year ago

Clear! thank you.