get_order_item_totals(); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited ?>

get_items() ) > 0 ) : ?> get_items() as $item_id => $item ) : ?> get_product(), $item ); $is_visible = $product && $product->is_visible(); $product_permalink = apply_filters( 'woocommerce_order_item_permalink', $is_visible ? $product->get_permalink( $item ) : '', $item, $order ); ?>
get_image(); if ( ! $product_permalink ) { echo $thumbnail; } else { printf( '%s', esc_url( $product_permalink ), $thumbnail ); } ?>
%s', esc_url( $product_permalink ), $item->get_name() ) : $item->get_name(), $item, $is_visible ) ); echo apply_filters( 'woocommerce_order_item_quantity_html', ' ' . sprintf( '× %s', esc_html( $item->get_quantity() ) ) . '', $item ); do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order, false ); wc_display_item_meta( $item ); do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, false ); ?>
get_formatted_line_subtotal( $item ); ?>
needs_payment() ) : ?>
    $gateway ) ); } } else { echo '
  • '; wc_print_notice( apply_filters( 'woocommerce_no_available_payment_methods_message', esc_html__( 'Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) ), 'notice' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment echo '
  • '; } ?>
' . esc_html( $order_button_text ) . '' ); ?>