• many17

    (@many17)


    Hi! Before I discovered your plugin, I used Product Code for WooCommerce. My client has already entered about 200 barcodes on individual products with “Product Code for WooCommerce” but now I would need to import those barcodes into your (much better) “Product GTIN” plugin table. What can I do to not rewrite all the codes by hand?

Viewing 1 replies (of 1 total)
  • Plugin Author Emanuela Castorina

    (@kreamweb)

    Maybe with a SQL query to run inside the database something like this

    update wp_postmeta
    set meta_key = '_wpm_gtin_code' 
    where meta_key = 'old_key_name' 

    You should replace wp_postmeta with the name of postmeta table
    and the old_key_name with the name of the meta used by Product Code for WooCommerce to store the barcodes.

Viewing 1 replies (of 1 total)
  • The topic ‘Import barcodes into plugin table’ is closed to new replies.