??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/renovaid.co.uk/wp-content/plugins/latepoint/lib/views/bookings/_full_summary.php
⬅ Kembali
<?php
/**
* @var $booking OsBookingModel
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<div class="booking-status-info-wrapper status-<?php echo esc_attr($booking->status); ?>">
<div class="booking-status-icon"></div>
<div class="booking-status-label"><?php echo $booking->get_nice_status(); ?></div>
<div class="booking-confirmation"><?php echo sprintf(esc_html__('Order #%s', 'latepoint'), '<strong>'.$booking->order->confirmation_code.'</strong>'); ?></div>
</div>
<div class="full-summary-wrapper">
<?php
/**
* Order Summary - before
*
* @since 5.0.0
* @hook latepoint_booking_full_summary_before
*
* @param {OsBookingModel} $booking instance of booking model
*/
do_action('latepoint_booking_full_summary_before', $booking); ?>
<div class="full-summary-head-info">
<?php
/**
* Order Summary Head Section - before
*
* @since 5.0.0
* @hook latepoint_booking_full_summary_head_info_before
*
* @param {OsBookingModel} $booking instance of booking model
*/
do_action('latepoint_booking_full_summary_head_info_before', $booking); ?>
<?php
/**
* Order Summary Head Section - after
*
* @since 5.0.0
* @hook latepoint_booking_full_summary_head_info_after
*
* @param {OsBookingModel} $booking instance of booking model
*/
do_action('latepoint_booking_full_summary_head_info_after', $booking); ?>
</div>
<div class="full-summary-info-w">
<?php include(LATEPOINT_VIEWS_ABSPATH.'steps/partials/_booking_summary.php'); ?>
</div>
</div>
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 _booking_data.php
php
12 KB
2025-03-22 09:34
🐘 _full_summary.php
php
1.5 KB
2025-01-29 06:25
🐘 _table_body.php
php
987 B
2026-06-15 12:21
🐘 customize_table.php
php
2.3 KB
2026-04-27 14:09
🐘 grouped_bookings_quick_view.php
php
3 KB
2025-01-29 06:25
🐘 index.php
php
6.2 KB
2026-06-15 12:21
🐘 pending_approval.php
php
6 KB
2025-01-29 06:25
🐘 quick_availability.php
php
2.5 KB
2025-03-24 06:33
🐘 view_booking_log.php
php
1.7 KB
2025-01-29 06:25