_booking_tile.php
1 year ago
_bundle_tile.php
1 year ago
_order_tile.php
1 year ago
dashboard.php
9 months ago
login.php
9 months ago
password_reset_form.php
9 months ago
request_password_reset_token.php
9 months ago
scheduling_summary_for_bundle.php
1 year ago
view_booking_summary_in_lightbox.php
1 year ago
view_order_summary_in_lightbox.php
1 year ago
view_order_summary_in_lightbox.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> |