• Resolved rochow

    (@rochow)


    We have enabled HPOS for an older site.

    Plugin is latest.

    I saw another thread where you said the plugin uses HPOS, but I can see in the code this isn’t true.

    wc_display_custom_fields_view_order()
    get_post_meta( $order_id, $name, true );

    save_data()
    update_post_meta( $order_id, $name, $value );

    Need to use WC_Order class to save and get meta, it’s a simple update.

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

    (@themehighsupport)

    Can you please verify the author of the checkout field editor plugin that you are using?

    Thank you!

    Thread Starter rochow

    (@rochow)

    Thanks I see now they have two plugins active for checkout fields configured with the same field names. Was looking at ThemeHigh admin panel where there fields setup and edited the first checkout field editor plugin saw in /plugins/ – didn’t imagine there would be 2, names are very similar.

    Plugin Support Dina S.

    (@themehighsupport)

    Thank you for letting us know.

    Please do let us know if you have any other questions.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.