Emanuela Castorina
Forum Replies Created
-
It’s working for me,
could you try to install the previous version 1.0.8?You can find it at the end of this page:
https://wordpress.org/plugins/product-gtin-ean-upc-isbn-for-woocommerce/advanced/Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] Compatibility fix for 4.0Hello,
A new version (1.0.9), tested on WooCommerce 4.1, has been released!Hello,
A new version (1.0.9), tested on WooCommerce 4.1, has been released!I confirm that the @bullantt suggestion works fine.
"meta_data": [ { "key":"_wpm_gtin_code", "value": "123798123987132" } ]Hello,
I made a test and it is working.
See this screenshot:
https://pasteboard.co/J5uIzvz.png{ "name": "Premium Quality Prodotto", "type": "simple", "regular_price": "21.99", "description": "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.", "short_description": "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.", "categories": [ { "id": 9 }, { "id": 14 } ], "images": [ { "src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_front.jpg" }, { "src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_back.jpg" } ], "meta_data": [ { "key": "_wpm_gtin_code", "value":"123798123987132" } ] }Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] Import from other pluginMaybe 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.You are welcome!
I’ll add the custom meta name inside the FAQ!Forum: Reviews
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] AmazingCan you send me the URL of the product with this error?
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.Hi,
there’s the shortcode[wpm_product_gtin]You can find how to use it inside a FAQ here:
https://wordpress.org/plugins/product-gtin-ean-upc-isbn-for-woocommerceso you can show it simply with a
<?php echo do_shortcode('[wpm_product_gtin id="123"]'); ?>Or it is possible get the meta for example inside the @ronald-van-arkel function:
add_action( 'woocommerce_single_product_summary', 'dev_designs_show_upc', 10 ); function dev_designs_show_upc(){ global $product; echo 'UPC: ' . $product->get_meta( '_wpm_gtin_code' ); }- This reply was modified 6 years ago by Emanuela Castorina.
Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] Using MPNok! let me know!
Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] Using MPNHello
you should select MPN inside the dropdown “Structured data product”
https://pasteboard.co/J5t3ONG.png
Then Google will see:
https://pasteboard.co/J5t3AtR.pngThank you Ronald!
This is strange,
try to go back with the previous version,
you can find it here
https://wordpress.org/plugins/product-gtin-ean-upc-isbn-for-woocommerce/advanced/at the end of the page
Forum: Reviews
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] Excellent pluginThanks