Feature request: Display ticket invalidation
-
Hi,
I would like to have a different return on ticket verification by anyone and users with privileges.
I patched your code with one line
in mt_templating.php at line 838 by adding
$text .= ‘ (‘ . __( ‘Ticket has been marked as used!’) . ‘)’;
right after
add_post_meta( $purchase_id, ‘_tickets_used’, $ticket_id );
This should do it.
We had some issues which could have been prevented, if a successful invalidation is shown.
Thank you,
Michael
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Feature request: Display ticket invalidation’ is closed to new replies.