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

    (@wheeliebrenn)

    Got it!

    <?php
    $product_id = $item['product_id'];
    echo get_post_meta( $product_id, 'UPC', true );
    ?>
    Plugin Contributor Ewout

    (@pomegranate)

    Glad to hear you found a solution so fast, and thanks for sharing with us!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Field Column’ is closed to new replies.