form-tracking.php000066600000004312152133023150010017 0ustar00

order-again.php000066600000001452152133023150007446 0ustar00

order-details.php000066600000006774152133023150010030 0ustar00get_items( apply_filters( 'woocommerce_purchase_order_item_types', 'line_item' ) ); $show_purchase_note = $order->has_status( apply_filters( 'woocommerce_purchase_note_order_statuses', array( 'completed', 'processing' ) ) ); $show_customer_details = is_user_logged_in() && $order->get_user_id() === get_current_user_id(); $downloads = $order->get_downloadable_items(); $show_downloads = $order->has_downloadable_item() && $order->is_download_permitted(); if ( $show_downloads ) { wc_get_template( 'order/order-downloads.php', array( 'downloads' => $downloads, 'show_title' => true, ) ); } ?>

$item ) { $product = $item->get_product(); wc_get_template( 'order/order-details-item.php', array( 'order' => $order, 'item_id' => $item_id, 'item' => $item, 'show_purchase_note' => $show_purchase_note, 'purchase_note' => $product ? $product->get_purchase_note() : '', 'product' => $product, ) ); } do_action( 'woocommerce_order_details_after_order_table_items', $order ); ?> get_order_item_totals() as $key => $total ) { ?> get_customer_note() ) : ?>
get_customer_note() ) ) ); ?>
$order ) ); } order-downloads.php000066600000006002152133023150010355 0ustar00

$column_name ) : ?> $column_name ) : ?>
' . esc_html( $download['product_name'] ) . ''; } else { echo esc_html( $download['product_name'] ); } break; case 'download-file': echo '' . esc_html( $download['download_name'] ) . ''; break; case 'download-remaining': echo is_numeric( $download['downloads_remaining'] ) ? esc_html( $download['downloads_remaining'] ) : esc_html__( '∞', 'woocommerce' ); break; case 'download-expires': if ( ! empty( $download['access_expires'] ) ) { echo ''; } else { esc_html_e( 'Never', 'woocommerce' ); } break; } } ?>
tracking.php000066600000004061152133023150007057 0ustar00get_customer_order_notes(); ?>

' . $order->get_order_number() . '', '' . wc_format_datetime( $order->get_date_created() ) . '', '' . wc_get_order_status_name( $order->get_status() ) . '' ) ) ); ?>

  1. comment_date ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>

    comment_content ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_id() ); ?> order-details-item.php000066600000005317152133023150010754 0ustar00 is_visible(); $product_permalink = apply_filters( 'woocommerce_order_item_permalink', $is_visible ? $product->get_permalink( $item ) : '', $item, $order ); echo apply_filters( 'woocommerce_order_item_name', $product_permalink ? sprintf( '%s', $product_permalink, $item->get_name() ) : $item->get_name(), $item, $is_visible ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped $qty = $item->get_quantity(); $refunded_qty = $order->get_qty_refunded_for_item( $item_id ); if ( $refunded_qty ) { $qty_display = '' . esc_html( $qty ) . ' ' . esc_html( $qty - ( $refunded_qty * -1 ) ) . ''; } else { $qty_display = esc_html( $qty ); } echo apply_filters( 'woocommerce_order_item_quantity_html', ' ' . sprintf( '× %s', $qty_display ) . '', $item ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order, false ); wc_display_item_meta( $item ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, false ); ?> get_formatted_line_subtotal( $item ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> order-details-customer.php000066600000004277152133023150011663 0ustar00needs_shipping_address(); ?>

get_formatted_billing_address( esc_html__( 'N/A', 'woocommerce' ) ) ); ?> get_billing_phone() ) : ?>

get_billing_phone() ); ?>

get_billing_email() ) : ?>

get_formatted_shipping_address( esc_html__( 'N/A', 'woocommerce' ) ) ); ?>