• Resolved vietnamsales

    (@vietnamsales)


    Hi,

    I simply need to echo a field value (myfield12), but I can’t get to it.

    What’s the proper way to do so?

    It usually easy, but I can’t find the proper way.

    thanks, and Happy new year 2017!
    Paolo

Viewing 1 replies (of 1 total)
  • Thread Starter vietnamsales

    (@vietnamsales)

    Ok, just in case somebody is looking for it, since it’s simple but nobody answered:

    In the loop:

    <?php echo “Your message or whatever”; echo $order->billing_myfield12; ?>

    You just address the field by adding: billing_andyourfieldhere, or shipping_andyourfieldhere

    Seems funny, but it took me a while as nobody pointed to it.

    Cheers.

    If you need some help, contact me.

Viewing 1 replies (of 1 total)
  • The topic ‘Retrieve custom field value’ is closed to new replies.