diff --git a/woocommerce/checkout/form-pay.php b/woocommerce/checkout/form-pay.php index 7d74cb9..244ef43 100644 --- a/woocommerce/checkout/form-pay.php +++ b/woocommerce/checkout/form-pay.php @@ -51,7 +51,7 @@ if ( ! defined( 'ABSPATH' ) ) { do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, false ); ?> - ' . sprintf( '× %s', esc_html( $item['qty'] ) ) . '', $item ); ?> + ' . sprintf( '× %s', esc_html( $item->get_quantity() ) ) . '', $item ); ?> get_formatted_line_subtotal( $item ); ?>