??????????????
??????????????
??????????????
??????????????
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/orders/_price_breakdown.php
⬅ Kembali
<?php
/*
* Copyright (c) 2024 LatePoint LLC. All rights reserved.
*/
/* @var $order OsOrderModel */
/* @var $price_breakdown_rows array */
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<?php
do_action('latepoint_order_quick_form_price_before_subtotal', $order);
foreach($price_breakdown_rows['before_subtotal'] as $row){
OsBookingHelper::output_price_breakdown_row_as_input_field($row, 'price_breakdown[before_subtotal]');
}
echo OsFormHelper::money_field('order[subtotal]', __('Sub Total', 'latepoint'), $order->get_subtotal() ?? 0, ['theme' => 'right-aligned'], [], ['class' => 'os-subtotal']);
foreach($price_breakdown_rows['after_subtotal'] as $row){
OsBookingHelper::output_price_breakdown_row_as_input_field($row, 'price_breakdown[after_subtotal]');
}
echo OsFormHelper::money_field('order[total]', __('Total Price', 'latepoint'), $order->get_total() ?? 0, ['theme' => 'right-aligned', 'class' => 'os-affects-balance'], [], ['class' => 'os-total']);
do_action('latepoint_order_quick_form_price_after_total', $order);
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 _balance_and_payments.php
php
4.3 KB
2026-05-29 11:28
🐘 _full_summary.php
php
3.1 KB
2026-05-29 11:28
🐘 _price_breakdown.php
php
1 KB
2025-01-29 06:25
🐘 _table_body.php
php
1.8 KB
2026-03-31 10:16
🐘 _transaction_box.php
php
1.6 KB
2025-01-29 06:25
🐘 index.php
php
6.5 KB
2025-01-29 06:25
🐘 quick_edit.php
php
19.1 KB
2025-09-29 10:15
🐘 reload_balance_and_payments.php
php
124 B
2025-01-29 06:25
🐘 reload_price_breakdown.php
php
119 B
2025-01-29 06:25
🐘 view_order_log.php
php
1.7 KB
2025-01-29 06:25