thêm đoạn code sau vào file function.php trong child theme: add_filter( 'gettext', function ( $strings ) { $text = array( 'SHOPPING CART' => 'Giỏ hàng', 'CHECKOUT DETAILS' => 'Thanh toán', 'ORDER COMPLETE' => 'Hoàn tất', ); $strings = str_ireplace( array_keys( $text ), $text, $strings ); return $strings; }, 20 ); Bạn cũng có thể dùng Loco Translate vào mục Woo dịch cũng được. Tùy ý.