guest booking self-management feature + layout fixes
- add manage_token column to bookings (DB migration done) - generate unique token per booking, include manage link in confirmation emails (no/en/hu) - new routes: manage-booking, manage-booking-process, manage-booking-cancel - new views: manage-booking.php, manage-booking-cancelled.php - 24h cutoff enforcement for cancel/modify; emails sent to guest + studio CC - fix manage-booking step 3 float layout (overflow:auto BFC clearfix) - fix booking page time slot overflow: bookingResultsWrapper 378px -> 360px Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -94,30 +94,6 @@ $route['bookings'] = 'admin/bookings';
|
||||
$route['bookings/add-booking'] = 'admin/add_booking';
|
||||
$route['bookings/update-booking/(:any)'] = 'admin/update_booking/$1';
|
||||
$route['bookings/booking-process'] = 'admin/booking_process';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$route['(:any)/manage-booking/(:any)'] = 'pages/manage_booking/$1/$2';
|
||||
$route['manage-booking-process'] = 'pages/manage_booking_process';
|
||||
$route['manage-booking-cancel'] = 'pages/manage_booking_cancel';
|
||||
|
||||
Reference in New Issue
Block a user