• Resolved soberpaddy

    (@soberpaddy)


    Hi there,
    I wanted to know if you have any suggestions for printing a custom field?
    Right now we are using a custom field to create a message which users add – we sell flowers and it is the message the customer would like to have in the card. Is there a way to print this automatically? Would like to print it onto stickers and place inside cards 6.5cm x 10cm.
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Dina S.

    (@themehighsupport)

    Hi,

    The fields created using our plugin are saved in the wp_postmeta table. You can retrieve the value of the custom field from the database by using the below function.

    For order metadata, you can use the below function:

    $order_meta = get_post_meta( $order_id, $field_name, true );

    You can retrieve and pass it to the plugin that you use for pointing stickers.

    Thank you!

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