Add EAN to orders

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85030
    Ilker
    Participant

    Hi there,

    is there a chance to add ean to the orders, because I am trying to export my orders with another plugin but it doesn’t shows the items ean codes even I have entered the post meta key. I have looked the postmeta table an order data and didn’t see the _alg_ean key and value that’s the reason I cannot export my orders with ean codes.

    Kind regards

    Ilker

    #85031
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Ilker,

    Actually, the plugin already does that, i.e. it saves product EANs in order data. However, as an order can have multiple products and thus multiple EANs, the data is saved not in order meta (postmeta table) but in order item meta (woocommerce_order_itemmeta table).

    If you still need help, please let me know which plugin are you using for the export, and I’ll check about the exact steps you need to take there.

    P.S. You are correct about the key, it’s _alg_ean.

    #85032
    Ilker
    Participant

    Thanks for your answer I have found the meta key value on the export plugging in Products section.

    Thanks a lot

    #85033
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Ilker,

    Happy to hear it’s solved 🙂 Please let me know if you need any help.

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