Support

Account

Home Forums Front-end Issues Display fields on order-pay page Reply To: Display fields on order-pay page

  • Hi John,

    Thank you so much for your kind reply, but unfortunately it doesn’t work.

    Here’s my final code block:

    $tour_start_date = get_field(‘tour_start_date’, $item->get_product_id());
    if ($tour_start_date) {
    echo ‘<p>’ . esc_html($tour_start_date) . ‘</p>’;
    }

    https://drive.google.com/file/d/1YNShRXEoQQ4ACnRHBE8rYcXhOf0kdcHx/view?usp=sharing

    https://drive.google.com/file/d/1YJMmjoqz6p0vIorrQFbWTEq3Uzjnz2Br/view?usp=sharing

    Did I miss something?