• Resolved midris

    (@midris)


    Hello!

    I’m using the plugin in order the customer can add certain information regarding the product. the information appear in the cart, checkout page, order page and emails sent to customer. but we need this information to be sent via API separately, so we only need the values entered by the customer.

    We’ve tried to get the fields values form the post meta, item meta and variation meta as well, but all didn’t work.

    Any kind of help please?

    Thanks in advance

    • This topic was modified 4 years, 6 months ago by midris.
Viewing 1 replies (of 1 total)
  • Thread Starter midris

    (@midris)

    Solved.
    Found it in the meta using the label name as a key.

    $Info_required =$item->get_meta('Field-label-name');

    and then we sent $Info_required on the API. 🙂

Viewing 1 replies (of 1 total)

The topic ‘Where the fields data stored?’ is closed to new replies.