/home/techb158/l2hypotheques.com/wp-content/plugins/woocommerce/templates/checkout
NameSizeModeActions
cart-errors.php10310644editdlrm
form-billing.php27460644editdlrm
form-checkout.php22830644editdlrm
form-coupon.php21900644editdlrm
form-login.php18350644editdlrm
form-pay.php45330644editdlrm
form-shipping.php27030644editdlrm
form-verify-email.php21210644editdlrm
order-receipt.php15720644editdlrm
order-received.php13080644editdlrm
payment-method.php18250644editdlrm
payment.php33480644editdlrm
review-order.php45440644editdlrm
terms.php16130644editdlrm
thankyou.php36270644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/woocommerce/templates/checkout/form-pay.php (4533B)
get_order_item_totals(); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited ?>
get_items() ) > 0 ) : ?> get_items() as $item_id => $item ) : ?>
get_name(), $item, false ) ); 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 '
  • '; 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 ) . '' ); // @codingStandardsIgnoreLine ?>