bookingactivities / booking-activities

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

Allow "group_by=none" in Dashboard » Bookings page #171

Closed SophieWeb closed 1 year ago

SophieWeb commented 1 year ago

Hello,

I’ve created a “My bookings” page with a shortcode [bookingactivities_list group_by="none"] to display grouped bookings as several lines rather than only one group.

But when clients visit their Woocommerce Dashboard and view the “Bookings” page, they see only a group and not separate lines. I’ve been able to solve it by removing the bookacti_display_my_account_bookings_tab_content function in my functions.php file and replacing it with a modified function including the [bookingactivities_list group_by="none"] shortcode. Is there a better way to do this?

yoancutillas commented 1 year ago

Hello Sophie, Yes, you can simply select your “My bookings” page in Booking Activities > Settings > WooCommerce tab > "Bookings page in My Account" option :)

You may need to refresh your permalinks afterwards: Go to Settings > Permalinks > click "Save changes"

SophieWeb commented 1 year ago

Thanks Yoan, it works perfectly!