Hi Diogo,
Thanks for getting in touch with us!
That’s such a great question!
At the moment ET+ cannot do that unfortunately, but I already pinged the QR code scanner app team if this feature would be worth developing in the future.
I’m not quite sure how easy it would be to implement.
There is an action hook you can hook into. If you are using WooCommerce then it is:
do_action( 'wootickets_checkin', $attendee_id, $qr );
This fires right after the checkin has been done. You could somehow implement a popup that would show you the ticket owners name.
Does this help?
Cheers,
Andras