get_order_item_totals(); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited ?>
get_items() ) > 0 ) : ?> get_items() as $item_id => $item ) : ?>
get_name() ), $item, false ) ); // @codingStandardsIgnoreLine 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 ); ?> ' . sprintf( '× %s', esc_html( $item->get_quantity() ) ) . '', $item ); ?> get_formatted_line_subtotal( $item ) ); ?>
needs_payment() ) : ?>
    $gateway ) ); } } else { echo '
  • ' . 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.', 'alpus' ) ) . '
  • '; // @codingStandardsIgnoreLine } ?>
' . esc_html( $order_button_text ) . '' ); // @codingStandardsIgnoreLine ?>