_business_variables.php
1 year ago
_template_variables.php
1 year ago
access_not_allowed.php
1 year ago
print_booking_info.php
1 year ago
print_order_info.php
1 year ago
pro_feature.php
1 year ago
process_reschedule_request.php
1 year ago
request_reschedule_calendar.php
1 year ago
print_order_info.php
11 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | exit; // Exit if accessed directly |
| 4 | } |
| 5 | ?> |
| 6 | <div class="latepoint-lightbox-heading"> |
| 7 | <h2><?php esc_html_e('Order Summary', 'latepoint'); ?></h2> |
| 8 | </div> |
| 9 | <div class="latepoint-lightbox-content"> |
| 10 | <?php include(LATEPOINT_VIEWS_ABSPATH.'orders/_full_summary.php'); ?> |
| 11 | </div> |