• ResolvedPlugin Author Scott Bolinger

    (@scottopolis)


    The main GTIN is in post meta under hwp_product_gtin:

    get_post_meta( $post_id, 'hwp_product_gtin', 1 );

    If you have variations with GTINs, you can find those in post meta like this:

    get_post_meta( $variation['variation_id'], 'hwp_var_gtin', 1 );

    You have to loop through the variations to get that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can not find it in PHPMyadmin, we need to export and import a big file to fill in the fields, but I can’t find a EAN/GTIN column in the export of Woocommerce. So how can I get a export with your GTIN column so we can use it.

    Thanks in advance.

    Peter

    Michael F

    (@mfuechsl)

    Hi Scott
    I have a mix of simple products and product variation. Is there a way to have the right GTINs in of both product types (simple and var) in my (Google) feeds?
    I spend some hours but can not find a way…

    Thanks & BR,
    Michael

    Hi all
    We are using this plug-in for our store simple & variable product GTINs.
    How can I export this data to cross reference against the suppliers GTINs please?
    I am using the standard woocommerce export but when I export all meta data GTIN doesnt appear?

    Can anyone point me at the best way to do this please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where the WooCommerce GTIN value is stored’ is closed to new replies.