• Hello:

    We were earlier using this plugin(https://www.ads-software.com/plugins/ecr-google-customer-reviews/) to keep GTIN information at the backend of our store. Although the plugin has been discontinued and we are wondering if there is any method to import them to your plugin. Since we have over 1500 products adding GTINs individually for all would be a big pain.

    Looking forward to your help and response on this.

    Regards

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 ecr-google-customer-reviews to store the GTIN code.

Viewing 1 replies (of 1 total)
  • The topic ‘Import from other plugin’ is closed to new replies.