Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > woocommerce > templates > order
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
attribution-details.php | File | 4194 bytes | November 14 2024 01:17:00. | |
customer-history.php | File | 1605 bytes | February 16 2024 00:33:02. | |
form-tracking.php | File | 2906 bytes | April 10 2024 16:54:10. | |
order-again.php | File | 848 bytes | April 10 2024 16:54:10. | |
order-details-customer.php | File | 3095 bytes | April 10 2024 16:54:10. | |
order-details-item.php | File | 2713 bytes | April 10 2024 16:54:10. | |
order-details.php | File | 5154 bytes | March 03 2025 22:28:12. | |
order-downloads.php | File | 3069 bytes | April 10 2024 16:54:10. | |
tracking.php | File | 2092 bytes | April 10 2024 16:54:10. |
<?php /** * Display the Customer History metabox. * * This template is used to display the customer history metabox on the edit order screen. * * @see Automattic\WooCommerce\Internal\Admin\Orders\MetaBoxes\CustomerHistory * @package WooCommerce\Templates * @version 8.7.0 */ declare( strict_types=1 ); defined( 'ABSPATH' ) || exit; /** * Variables used in this file. * * @var int $orders_count The number of paid orders placed by the current customer. * @var float $total_spend The total money spent by the current customer. * @var float $avg_order_value The average money spent by the current customer. */ ?> <div class="customer-history order-attribution-metabox"> <h4> <?php esc_html_e( 'Total orders', 'woocommerce' ); echo wp_kses_post( wc_help_tip( __( 'Total number of non-cancelled, non-failed orders for this customer, including the current one.', 'woocommerce' ) ) ); ?> </h4> <span class="order-attribution-total-orders"> <?php echo esc_html( $orders_count ); ?> </span> <h4> <?php esc_html_e( 'Total revenue', 'woocommerce' ); echo wp_kses_post( wc_help_tip( __( "This is the Customer Lifetime Value, or the total amount you have earned from this customer's orders.", 'woocommerce' ) ) ); ?> </h4> <span class="order-attribution-total-spend"> <?php echo wp_kses_post( wc_price( $total_spend ) ); ?> </span> <h4><?php esc_html_e( 'Average order value', 'woocommerce' ); ?></h4> <span class="order-attribution-average-order-value"> <?php echo wp_kses_post( wc_price( $avg_order_value ) ); ?> </span> </div>
SILENT KILLER Tool