• Resolved eventaus

    (@eventaus)


    Hi,

    I would like to be able to display the QR code in the order confirmation (Thank you page) after the payment has processed.

    Would you be able to provide me with a code snippet to enable this, please.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter eventaus

    (@eventaus)

    I tried adding this

    $event = get_post($event_id);

    $order = wc_get_order($order_id);

    $registration_id = $registration->ID;

    //buyer check

    $buyer = get_post_meta($event->ID, ‘_attendee_information_type’, true);

    $organizers = get_post_meta($event->ID, ‘_event_organizer_ids’, true);

    $eventonline?=?get_post_meta($event->ID,?‘_event_online’,?true);?>

    and at the end

    <img?src=”<?php?echo?$qrcode_directory_new?.?‘/’?.?$event_id?.?‘-‘?.?$order_id?.?‘-‘?.?$registration_id;??>.jpg”/>

    Priya Goenka

    (@priyagoenka)

    Hi
    You’re asking for a customization of the plugin, which unfortunately is not included in our support. It requires many changes in PHP files.?You can hire a private developer for your private customization.

    I hope you can understand.

    Regards,
    Priya

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show QR Code on Order Confirmation Page’ is closed to new replies.